diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-22 01:35:05 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-23 18:00:37 -0400 |
commit | 903e10aa664473ce19c30c0f80ffd7bbbbd8fc33 (patch) | |
tree | 1d3c99d04400174937c793b42b57fdb49669a98a /drivers/media/video/gspca/gspca.c | |
parent | 63fc4a038d8ca5e2da8c14c01b16876685beacf4 (diff) |
V4L/DVB (8440): gspca: Makes some needlessly global functions static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/gspca/gspca.c')
-rw-r--r-- | drivers/media/video/gspca/gspca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/gspca.c b/drivers/media/video/gspca/gspca.c index 8e8d3c6121b3..f815340511e8 100644 --- a/drivers/media/video/gspca/gspca.c +++ b/drivers/media/video/gspca/gspca.c | |||
@@ -399,7 +399,7 @@ static struct usb_host_endpoint *alt_isoc(struct usb_host_interface *alt, | |||
399 | * This routine may be called many times when the bandwidth is too small | 399 | * This routine may be called many times when the bandwidth is too small |
400 | * (the bandwidth is checked on urb submit). | 400 | * (the bandwidth is checked on urb submit). |
401 | */ | 401 | */ |
402 | struct usb_host_endpoint *get_isoc_ep(struct gspca_dev *gspca_dev) | 402 | static struct usb_host_endpoint *get_isoc_ep(struct gspca_dev *gspca_dev) |
403 | { | 403 | { |
404 | struct usb_interface *intf; | 404 | struct usb_interface *intf; |
405 | struct usb_host_endpoint *ep; | 405 | struct usb_host_endpoint *ep; |