]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: wilc1000: remove WILC_Sint64
authorChaehyun Lim <chaehyun.lim@gmail.com>
Thu, 11 Jun 2015 05:36:00 +0000 (14:36 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Jun 2015 16:08:59 +0000 (09:08 -0700)
remove unused WILC_Sint64.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_oswrapper.h

index f9a5a3afffe9f911a533eea0a0482908d5153b7c..016f964c133506f8fa97236e4030dd9013b81a91 100644 (file)
@@ -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,