projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9230ee
)
media: gs1662: remove unused struct 'gs_reg_fmt_custom'
author
Dr. David Alan Gilbert
<linux@treblig.org>
Sat, 25 May 2024 17:52:27 +0000
(18:52 +0100)
committer
Hans Verkuil
<hverkuil-cisco@xs4all.nl>
Fri, 31 May 2024 11:51:16 +0000
(13:51 +0200)
'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>
drivers/media/spi/gs1662.c
patch
|
blob
|
history
diff --git
a/drivers/media/spi/gs1662.c
b/drivers/media/spi/gs1662.c
index
dc5c4c0
..
7adf55f
100644
(file)
--- a/
drivers/media/spi/gs1662.c
+++ b/
drivers/media/spi/gs1662.c
@@
-55,14
+55,6
@@
struct gs_reg_fmt {
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[] = {
{ "gs1662", 0 },
{ }