diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-05 02:00:40 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-05 02:00:40 -0200 |
commit | ebd42eb49e33e8cedfe32eb69d6b9a324370bdb9 (patch) | |
tree | b328682c8bfd728e8e89397ad4dd5efc23e96553 /linux/drivers/media/video/em28xx/em28xx-cards.c | |
parent | fe5aa62b8b90d672ac573441179e4edf2b800f5e (diff) | |
download | mediapointer-dvb-s2-ebd42eb49e33e8cedfe32eb69d6b9a324370bdb9.tar.gz mediapointer-dvb-s2-ebd42eb49e33e8cedfe32eb69d6b9a324370bdb9.tar.bz2 |
From: Mauro Carvalho Chehab <mchehab@redhat.com>
/home/v4l/master/v4l/em28xx-core.c:396:25: warning: symbol 'outputs' was not declared. Should it be static?
/home/v4l/master/v4l/em28xx-input.c:324:6: warning: symbol 'em28xx_ir_start' was not declared. Should it be static?
/home/v4l/master/v4l/em28xx-cards.c:1925:5: warning: symbol 'em28xx_init_dev' was not declared. Should it be static?
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c index c5dd7a96c..34934348f 100644 --- a/linux/drivers/media/video/em28xx/em28xx-cards.c +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c @@ -1922,7 +1922,7 @@ void em28xx_release_resources(struct em28xx *dev) * em28xx_init_dev() * allocates and inits the device structs, registers i2c bus and v4l device */ -int em28xx_init_dev(struct em28xx **devhandle, struct usb_device *udev, +static int em28xx_init_dev(struct em28xx **devhandle, struct usb_device *udev, int minor) { struct em28xx *dev = *devhandle; |