diff options
author | Michael Krufky <mkrufky@m1k.net> | 2006-01-09 12:32:31 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:32:31 -0500 |
commit | 5e453dc757385ec892a818e4e3b5de027987ced9 (patch) | |
tree | c6e5c4ffeb7557c6f3861f39cb4d28532dc3fe39 /drivers/media/video/cx88/cx88.h | |
parent | 37bdfa06b6bbf085b55d64eb5d9ed112418ed5ad (diff) |
V4L/DVB (3269): ioctls cleanups.
- Now, all internal ioctls are at v4l2-common.h
- removed unused ioctl at saa6752hs.h
- all debug ioctl code moved to v4l2-common.c
- removed duplicated stuff from other cards
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 6d370d1b333f..022ef13c45bc 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -461,7 +461,6 @@ struct cx8802_dev { | |||
461 | 461 | ||
462 | extern void cx88_print_irqbits(char *name, char *tag, char **strings, | 462 | extern void cx88_print_irqbits(char *name, char *tag, char **strings, |
463 | u32 bits, u32 mask); | 463 | u32 bits, u32 mask); |
464 | extern void cx88_print_ioctl(char *name, unsigned int cmd); | ||
465 | 464 | ||
466 | extern int cx88_core_irq(struct cx88_core *core, u32 status); | 465 | extern int cx88_core_irq(struct cx88_core *core, u32 status); |
467 | extern void cx88_wakeup(struct cx88_core *core, | 466 | extern void cx88_wakeup(struct cx88_core *core, |