Commit 1d200e8d authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman

Staging: bcm: Convert INT to int in InterfaceInit.h

This patch converts INT to int in InterfaceInit.h
Signed-off-by: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent da1e4faf
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment