diff options
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/storage/onetouch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/storage/onetouch.c b/drivers/usb/storage/onetouch.c index dfd42fe9e5f0..98b89ea9e312 100644 --- a/drivers/usb/storage/onetouch.c +++ b/drivers/usb/storage/onetouch.c | |||
@@ -38,7 +38,7 @@ | |||
38 | #include "onetouch.h" | 38 | #include "onetouch.h" |
39 | #include "debug.h" | 39 | #include "debug.h" |
40 | 40 | ||
41 | void onetouch_release_input(void *onetouch_); | 41 | static void onetouch_release_input(void *onetouch_); |
42 | 42 | ||
43 | struct usb_onetouch { | 43 | struct usb_onetouch { |
44 | char name[128]; | 44 | char name[128]; |
@@ -223,7 +223,7 @@ int onetouch_connect_input(struct us_data *ss) | |||
223 | return error; | 223 | return error; |
224 | } | 224 | } |
225 | 225 | ||
226 | void onetouch_release_input(void *onetouch_) | 226 | static void onetouch_release_input(void *onetouch_) |
227 | { | 227 | { |
228 | struct usb_onetouch *onetouch = (struct usb_onetouch *) onetouch_; | 228 | struct usb_onetouch *onetouch = (struct usb_onetouch *) onetouch_; |
229 | 229 | ||