Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324769
b: refs/heads/master
c: 1d200e8
h: refs/heads/master
i:
  324767: 67b35ff
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent 34374f5 commit 7f4ff30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: da1e4faf4de7bd26bef9568bc3bc29781ddf6b47
refs/heads/master: 1d200e8d0a53f419e89097b0fc197941228191c3
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/InterfaceInit.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

#define BCM_USB_MINOR_BASE 192

INT InterfaceInitialize(void);
int InterfaceInitialize(void);

INT InterfaceExit(void);
int InterfaceExit(void);

INT usbbcm_worker_thread(PS_INTERFACE_ADAPTER psIntfAdapter);
int usbbcm_worker_thread(PS_INTERFACE_ADAPTER psIntfAdapter);

#endif

0 comments on commit 7f4ff30

Please sign in to comment.