]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (4105): Remove uneeded prototype
authorTrent Piepho <xyzzy@speakeasy.org>
Tue, 20 Jun 2006 04:26:39 +0000 (01:26 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 25 Jun 2006 05:05:09 +0000 (02:05 -0300)
Uneeded extern prototype is removed, as the function is
prototyped at media/v4l2-common.h.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pwc/pwc-v4l.c

index ebf0a92b395626147de1214c17536a770b4af08b..9432cbc0e6f564c6be89f64a37049f3a55974349 100644 (file)
@@ -210,10 +210,6 @@ static struct v4l2_queryctrl pwc_controls[] = {
        },
 };
 
-#if CONFIG_PWC_DEBUG
-/* In 2.6.16-rc1 v4l_printk_ioctl is not defined but exported */
-extern void v4l_printk_ioctl(unsigned int cmd);
-#endif
 
 static void pwc_vidioc_fill_fmt(const struct pwc_device *pdev, struct v4l2_format *f)
 {