diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-31 11:15:52 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-31 11:15:52 -0200 |
commit | ff34055d31f6ecce43c9d4d3747b496b8a039b02 (patch) | |
tree | fe2c75a9e9870ec2406c2e18f9cd0f374b8740dd /linux/include/media/v4l2-common.h | |
parent | 21d49a20ae5f4bf8ad0a1e692ac07336a8ee8c95 (diff) | |
download | mediapointer-dvb-s2-ff34055d31f6ecce43c9d4d3747b496b8a039b02.tar.gz mediapointer-dvb-s2-ff34055d31f6ecce43c9d4d3747b496b8a039b02.tar.bz2 |
Remove obsolete code from v4l2-common
From: Mauro Carvalho Chehab <mchehab@infradead.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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/include/media/v4l2-common.h b/linux/include/media/v4l2-common.h index 10fc32e16..d225eac1e 100644 --- a/linux/include/media/v4l2-common.h +++ b/linux/include/media/v4l2-common.h @@ -69,9 +69,6 @@ /* Prints the ioctl in a human-readable format */ extern void v4l_printk_ioctl(unsigned int cmd); -#if 0 -extern void v4l_printk_ioctl_arg(const char *s, unsigned int cmd, const void *arg); -#endif /* Use this macro for non-I2C drivers. Pass the driver name as the first arg. */ #define v4l_print_ioctl(name, cmd) \ |