提交 43c1e98c 编写于 作者: A Adrian Bunk 提交者: Greg Kroah-Hartman

USB: storage/onetouch.c: make a function static

This patch makes the needlessly global onetouch_release_input() static.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 e42dc36b
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "onetouch.h" #include "onetouch.h"
#include "debug.h" #include "debug.h"
void onetouch_release_input(void *onetouch_); static void onetouch_release_input(void *onetouch_);
struct usb_onetouch { struct usb_onetouch {
char name[128]; char name[128];
...@@ -223,7 +223,7 @@ int onetouch_connect_input(struct us_data *ss) ...@@ -223,7 +223,7 @@ int onetouch_connect_input(struct us_data *ss)
return error; return error;
} }
void onetouch_release_input(void *onetouch_) static void onetouch_release_input(void *onetouch_)
{ {
struct usb_onetouch *onetouch = (struct usb_onetouch *) onetouch_; struct usb_onetouch *onetouch = (struct usb_onetouch *) onetouch_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册