Skip to content

Commit

Permalink
V4L/DVB (4105): Remove uneeded prototype
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trent Piepho authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 44f7f2b commit 81e47e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/media/video/pwc/pwc-v4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 81e47e3

Please sign in to comment.