diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-03-20 14:33:53 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2007-03-20 14:33:53 -0400 |
commit | 6a4922d1190a3cd33375f2bc62c9c174358d3577 (patch) | |
tree | 76f0b1a7b823db7ce4e4b72491c9b32575b2a60f /linux/drivers/media/video/cx23885/cx23885.h | |
parent | 3212fec651f36aa38046be7c4eef9e04b2a0c1ef (diff) | |
download | mediapointer-dvb-s2-6a4922d1190a3cd33375f2bc62c9c174358d3577.tar.gz mediapointer-dvb-s2-6a4922d1190a3cd33375f2bc62c9c174358d3577.tar.bz2 |
General code cleanup.
From: Steven Toth <stoth@hauppauge.com>
Removed if 0'd code, removed cx88 references.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx23885/cx23885.h')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885.h b/linux/drivers/media/video/cx23885/cx23885.h index 4fcf4f9ff..a3317819b 100644 --- a/linux/drivers/media/video/cx23885/cx23885.h +++ b/linux/drivers/media/video/cx23885/cx23885.h @@ -39,7 +39,7 @@ #include <linux/version.h> #include <linux/mutex.h> -#define CX88_VERSION_CODE KERNEL_VERSION(0,0,6) +#define CX23885_VERSION_CODE KERNEL_VERSION(0,0,1) #define UNSET (-1U) @@ -70,14 +70,6 @@ enum cx23885_itype { CX23885_RADIO, }; -struct cx23885_fmt { - char *name; - u32 fourcc; /* v4l2 format id */ - int depth; - int flags; - u32 cxformat; -}; - /* buffer for one video frame */ struct cx23885_buffer { /* common v4l buffer stuff -- must be first */ |