aboutsummaryrefslogtreecommitdiff
path: root/include/media/v4l2-common.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-02-06 21:53:31 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 13:35:18 -0200
commitc65eeaab1f04d1113b5c4fb21f7f61ded795d2bb (patch)
tree3f74465437dcfb86bfb04670eb4712cbe3ea4144 /include/media/v4l2-common.h
parentb1e7df1d3543906654b9e6443aee177c8009acac (diff)
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/v4l2-common.h')
-rw-r--r--include/media/v4l2-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h
index 959e6f6a4ef..244e440edb5 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 { \