diff options
Diffstat (limited to 'drivers/media/video/cx23885/cx23885.h')
-rw-r--r-- | drivers/media/video/cx23885/cx23885.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h index 4e1fc68d4206..b60de21c2387 100644 --- a/drivers/media/video/cx23885/cx23885.h +++ b/drivers/media/video/cx23885/cx23885.h | |||
@@ -38,7 +38,7 @@ | |||
38 | #include <linux/version.h> | 38 | #include <linux/version.h> |
39 | #include <linux/mutex.h> | 39 | #include <linux/mutex.h> |
40 | 40 | ||
41 | #define CX88_VERSION_CODE KERNEL_VERSION(0,0,6) | 41 | #define CX23885_VERSION_CODE KERNEL_VERSION(0,0,1) |
42 | 42 | ||
43 | #define UNSET (-1U) | 43 | #define UNSET (-1U) |
44 | 44 | ||
@@ -69,14 +69,6 @@ enum cx23885_itype { | |||
69 | CX23885_RADIO, | 69 | CX23885_RADIO, |
70 | }; | 70 | }; |
71 | 71 | ||
72 | struct cx23885_fmt { | ||
73 | char *name; | ||
74 | u32 fourcc; /* v4l2 format id */ | ||
75 | int depth; | ||
76 | int flags; | ||
77 | u32 cxformat; | ||
78 | }; | ||
79 | |||
80 | /* buffer for one video frame */ | 72 | /* buffer for one video frame */ |
81 | struct cx23885_buffer { | 73 | struct cx23885_buffer { |
82 | /* common v4l buffer stuff -- must be first */ | 74 | /* common v4l buffer stuff -- must be first */ |