Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95779
b: refs/heads/master
c: 43c1e98
h: refs/heads/master
i:
  95777: 54ec69a
  95775: 95b0238
v: v3
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed May 2, 2008
1 parent 2fc201d commit bbd700f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e42dc36b2cf9849362967ea836196c8ef6079ec7
refs/heads/master: 43c1e98c87013757ef02c50a6e43bafeb6871f68
4 changes: 2 additions & 2 deletions trunk/drivers/usb/storage/onetouch.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down Expand Up @@ -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_;

Expand Down

0 comments on commit bbd700f

Please sign in to comment.