[media] em28xx: declare em28xx_stop_streaming as static
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Jan 2013 03:27:21 +0000 (01:27 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Jan 2013 03:32:18 +0000 (01:32 -0200)
commit3a799c27b3faebaf5a7a6149dfe8f705451b241f
tree8f6311c120c29c7816b088e73490533e9b0844f0
parent317efce991620adc589b3005b9baed433dcb2a56
[media] em28xx: declare em28xx_stop_streaming as static

That fixes the following warning:
drivers/media/usb/em28xx/em28xx-video.c:611:5: warning: no previous prototype for 'em28xx_stop_streaming' [-Wmissing-prototypes]

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/em28xx/em28xx-video.c