staging: wilc1000: remove WILC_Sint64
remove unused WILC_Sint64. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fb4ec9caa4
commit
8a69ebc277
|
@ -13,9 +13,6 @@
|
|||
/* OS Wrapper interface version */
|
||||
#define WILC_OSW_INTERFACE_VER 2
|
||||
|
||||
/* Integer Types */
|
||||
typedef signed long long WILC_Sint64;
|
||||
|
||||
/* Boolean type */
|
||||
typedef enum {
|
||||
WILC_FALSE = 0,
|
||||
|
|
Loading…
Reference in New Issue