mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
Staging: comedi: usbduxfast.c: mark a function static
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user