提交 643a5420 编写于 作者: G Greg Kroah-Hartman

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: NGreg Kroah-Hartman <gregkh@suse.de>
上级 135998cc
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册