Skip to content

Commit

Permalink
Staging: bcm: Convert INT to int in InterfaceInit.h
Browse files Browse the repository at this point in the history
This patch converts INT to int in InterfaceInit.h

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent da1e4fa commit 1d200e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 1d200e8

Please sign in to comment.