summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_oswrapper.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-02 14:16:04 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-02 14:17:47 +0900
commit63d03e47730818afd09d499c3385e56cda5a513e (patch)
tree036561428a9e522dce35c8b55b6b8296825df4e0 /drivers/staging/wilc1000/wilc_oswrapper.h
parentb1413b6084faa677bc122549aba50e38e11343d3 (diff)
downloadop-kernel-dev-63d03e47730818afd09d499c3385e56cda5a513e.zip
op-kernel-dev-63d03e47730818afd09d499c3385e56cda5a513e.tar.gz
staging: wilc1000: remove WILC_Uint8
Just use u8, as that's what you really want in a kernel driver. Cc: Johnny Kim <johnny.kim@atmel.com> Cc: Rachel Kim <rachel.kim@atmel.com> Cc: Dean Lee <dean.lee@atmel.com> Cc: Chris Park <chris.park@atmel.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 3cdc053..4b4cfa2 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 char WILC_Uint8;
typedef unsigned short WILC_Uint16;
typedef unsigned int WILC_Uint32;
typedef unsigned long long WILC_Uint64;
OpenPOWER on IntegriCloud