summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885.h
diff options
context:
space:
mode:
authorSteven Toth2007-03-20 19:33:53 +0100
committerMauro Carvalho Chehab2007-10-10 03:08:09 +0200
commit047646bfbbe5ec961d2430514ae29fa0b87ab651 (patch)
tree5de3f72f2bcae0d2b6e1c54a55e4ef90cf5bd93f /drivers/media/video/cx23885/cx23885.h
parentV4L/DVB (6158): Fix MT2131 tuner lock status problem (diff)
downloadkernel-qcow2-linux-047646bfbbe5ec961d2430514ae29fa0b87ab651.tar.gz
kernel-qcow2-linux-047646bfbbe5ec961d2430514ae29fa0b87ab651.tar.xz
kernel-qcow2-linux-047646bfbbe5ec961d2430514ae29fa0b87ab651.zip
V4L/DVB (6159): General code cleanup
Removed if 0'd code, removed cx88 references. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885.h')
-rw-r--r--drivers/media/video/cx23885/cx23885.h10
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 @@
#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)
@@ -69,14 +69,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 */