Skip to content

Commit

Permalink
Staging: comedi: usbduxfast.c: mark a function static
Browse files Browse the repository at this point in the history
It does not need to be global.

Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 135998c commit 643a542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/usbduxfast.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ static int usbduxfastsub_upload(struct usbduxfastsub_s *udfs,
return 0;
}

int usbduxfastsub_submit_InURBs(struct usbduxfastsub_s *udfs)
static int usbduxfastsub_submit_InURBs(struct usbduxfastsub_s *udfs)
{
int ret;

Expand Down

0 comments on commit 643a542

Please sign in to comment.