diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-02-06 21:53:31 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 13:35:18 -0200 |
commit | c65eeaab1f04d1113b5c4fb21f7f61ded795d2bb (patch) | |
tree | 3f74465437dcfb86bfb04670eb4712cbe3ea4144 /include/media | |
parent | b1e7df1d3543906654b9e6443aee177c8009acac (diff) | |
download | blackbird-obmc-linux-c65eeaab1f04d1113b5c4fb21f7f61ded795d2bb.tar.gz blackbird-obmc-linux-c65eeaab1f04d1113b5c4fb21f7f61ded795d2bb.zip |
V4L/DVB (5200): V4l_printk_ioctl_arg() is no longer used.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index 959e6f6a4eff..244e440edb53 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h @@ -64,9 +64,6 @@ /* Prints the ioctl in a human-readable format */ extern void v4l_printk_ioctl(unsigned int cmd); -/* Prints the ioctl and arg in a human-readable format */ -extern void v4l_printk_ioctl_arg(char *s,unsigned int cmd, void *arg); - /* Use this macro for non-I2C drivers. Pass the driver name as the first arg. */ #define v4l_print_ioctl(name, cmd) \ do { \ |