mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
Staging: bcm: Convert INT to int in InterfaceInit.h
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
da1e4faf4d
commit
1d200e8d0a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user