提交 1d200e8d 编写于 作者: K Kevin McKinney 提交者: Greg Kroah-Hartman

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

This patch converts INT to int in InterfaceInit.h
Signed-off-by: NKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册