Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: gs1662: remove unused struct 'gs_reg_fmt_custom'

'gs_reg_fmt_custom' is unused since the original
commit 7aae6e2df127 ("[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>

authored by

Dr. David Alan Gilbert and committed by
Hans Verkuil
30376e20 c9230ee9

-8
-8
drivers/media/spi/gs1662.c
··· 55 55 struct v4l2_dv_timings format; 56 56 }; 57 57 58 - struct gs_reg_fmt_custom { 59 - u16 reg_value; 60 - __u32 width; 61 - __u32 height; 62 - __u64 pixelclock; 63 - __u32 interlaced; 64 - }; 65 - 66 58 static const struct spi_device_id gs_id[] = { 67 59 { "gs1662", 0 }, 68 60 { }