diff options
| author | Chaehyun Lim <chaehyun.lim@gmail.com> | 2015-06-11 14:36:00 +0900 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-11 09:08:59 -0700 |
| commit | 8a69ebc277aa77e815fc85949aae6cc8ec04c7aa (patch) | |
| tree | 8b5d1ddb30bc738631f3b420275697847f49a089 | |
| parent | fb4ec9caa464666c200ca95069cf135bb199b855 (diff) | |
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>
| -rw-r--r-- | drivers/staging/wilc1000/wilc_oswrapper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h index f9a5a3afffe9..016f964c1335 100644 --- a/drivers/staging/wilc1000/wilc_oswrapper.h +++ b/drivers/staging/wilc1000/wilc_oswrapper.h @@ -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, |
