summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_oswrapper.h
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2015-06-11 14:35:54 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-11 09:07:59 -0700
commitd85f5326e4a4b1606a0dbb3f8a320a0359fdb2d8 (patch)
treefe528c410b1d4dea641de70d7cfec2d25f31d64c /drivers/staging/wilc1000/wilc_oswrapper.h
parent8a54d91719a9cef4e599f6c699fb6a5136ed7a3f (diff)
downloadop-kernel-dev-d85f5326e4a4b1606a0dbb3f8a320a0359fdb2d8.zip
op-kernel-dev-d85f5326e4a4b1606a0dbb3f8a320a0359fdb2d8.tar.gz
staging: wilc1000: remove WILC_Uint16
Use u16 instead of WILC_Uint16. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/wilc_oswrapper.h')
-rw-r--r--drivers/staging/wilc1000/wilc_oswrapper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h
index 4b4cfa2..2e873b6 100644
--- a/drivers/staging/wilc1000/wilc_oswrapper.h
+++ b/drivers/staging/wilc1000/wilc_oswrapper.h
@@ -14,7 +14,6 @@
#define WILC_OSW_INTERFACE_VER 2
/* Integer Types */
-typedef unsigned short WILC_Uint16;
typedef unsigned int WILC_Uint32;
typedef unsigned long long WILC_Uint64;
typedef signed char WILC_Sint8;
OpenPOWER on IntegriCloud