summaryrefslogtreecommitdiff
path: root/linux/include/media/v4l2-common.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-02-06 22:53:31 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-06 22:53:31 -0200
commit1ad4a611a7ec56d90892541521d3d5bd293f2814 (patch)
treea64f604dad18c358cf1b60c4912e04cf7f412dca /linux/include/media/v4l2-common.h
parent8b41e1f9f274a2fef5a0364ca4a8acff2201c374 (diff)
downloadmediapointer-dvb-s2-1ad4a611a7ec56d90892541521d3d5bd293f2814.tar.gz
mediapointer-dvb-s2-1ad4a611a7ec56d90892541521d3d5bd293f2814.tar.bz2
From: Adrian Bunk <bunk@stusta.de>
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 'linux/include/media/v4l2-common.h')
-rw-r--r--linux/include/media/v4l2-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/include/media/v4l2-common.h b/linux/include/media/v4l2-common.h
index 4d5c3ef64..ef4f6cfcd 100644
--- a/linux/include/media/v4l2-common.h
+++ b/linux/include/media/v4l2-common.h
@@ -70,9 +70,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 { \