mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
media: gs1662: remove unused struct 'gs_reg_fmt_custom'
'gs_reg_fmt_custom' is unused since the original
commit 7aae6e2df1 ("[media] Add GS1662 driver, a video
serializer").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
committed by
Hans Verkuil
parent
c9230ee925
commit
30376e2052
@@ -55,14 +55,6 @@ struct gs_reg_fmt {
|
|||||||
struct v4l2_dv_timings format;
|
struct v4l2_dv_timings format;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct gs_reg_fmt_custom {
|
|
||||||
u16 reg_value;
|
|
||||||
__u32 width;
|
|
||||||
__u32 height;
|
|
||||||
__u64 pixelclock;
|
|
||||||
__u32 interlaced;
|
|
||||||
};
|
|
||||||
|
|
||||||
static const struct spi_device_id gs_id[] = {
|
static const struct spi_device_id gs_id[] = {
|
||||||
{ "gs1662", 0 },
|
{ "gs1662", 0 },
|
||||||
{ }
|
{ }
|
||||||
|
|||||||
Reference in New Issue
Block a user