aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc/pwc-v4l.c
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2006-06-20 01:26:39 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 02:05:09 -0300
commit81e47e33add6874dc0ee094bd2a672241cbba829 (patch)
tree609baf8d96958a22676b3202c169ad3d561ff086 /drivers/media/video/pwc/pwc-v4l.c
parent44f7f2b363a33e20ba9812e4a5c16fa7cc07a3ee (diff)
downloadkernel_samsung_smdk4412-81e47e33add6874dc0ee094bd2a672241cbba829.zip
kernel_samsung_smdk4412-81e47e33add6874dc0ee094bd2a672241cbba829.tar.gz
kernel_samsung_smdk4412-81e47e33add6874dc0ee094bd2a672241cbba829.tar.bz2
V4L/DVB (4105): Remove uneeded prototype
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>
Diffstat (limited to 'drivers/media/video/pwc/pwc-v4l.c')
-rw-r--r--drivers/media/video/pwc/pwc-v4l.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/pwc/pwc-v4l.c b/drivers/media/video/pwc/pwc-v4l.c
index ebf0a92..9432cbc 100644
--- a/drivers/media/video/pwc/pwc-v4l.c
+++ b/drivers/media/video/pwc/pwc-v4l.c
@@ -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)
{