From bbd700f1535026bf5e1822c083927dfab486f3c7 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Mon, 28 Apr 2008 18:39:37 +0300 Subject: [PATCH] --- yaml --- r: 95779 b: refs/heads/master c: 43c1e98c87013757ef02c50a6e43bafeb6871f68 h: refs/heads/master i: 95777: 54ec69a58b08481688112a2d3261b8e2528a9595 95775: 95b0238e00476a9841442bdb2c782cb16452342d v: v3 --- [refs] | 2 +- trunk/drivers/usb/storage/onetouch.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8b539c8ab7e6..23f02a3e138d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e42dc36b2cf9849362967ea836196c8ef6079ec7 +refs/heads/master: 43c1e98c87013757ef02c50a6e43bafeb6871f68 diff --git a/trunk/drivers/usb/storage/onetouch.c b/trunk/drivers/usb/storage/onetouch.c index dfd42fe9e5f0..98b89ea9e312 100644 --- a/trunk/drivers/usb/storage/onetouch.c +++ b/trunk/drivers/usb/storage/onetouch.c @@ -38,7 +38,7 @@ #include "onetouch.h" #include "debug.h" -void onetouch_release_input(void *onetouch_); +static void onetouch_release_input(void *onetouch_); struct usb_onetouch { char name[128]; @@ -223,7 +223,7 @@ int onetouch_connect_input(struct us_data *ss) return error; } -void onetouch_release_input(void *onetouch_) +static void onetouch_release_input(void *onetouch_) { struct usb_onetouch *onetouch = (struct usb_onetouch *) onetouch_;