summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2015-06-12 12:38:05 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-11 22:37:18 -0700
commitab6a167f1936eb25c853e3f5caee5f469161916b (patch)
tree3a58a391b8980dc85e5e514760cd26cb45c2f321 /drivers/staging/wilc1000
parent4a01f1c3abd6aa65bef32d14ba7b37a237c894d4 (diff)
staging: wilc1000: remove unused typedef
Remove unused typedef for custom data types. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000')
-rw-r--r--drivers/staging/wilc1000/itypes.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/wilc1000/itypes.h b/drivers/staging/wilc1000/itypes.h
index c99f8cabcaee..2441853f9153 100644
--- a/drivers/staging/wilc1000/itypes.h
+++ b/drivers/staging/wilc1000/itypes.h
@@ -36,16 +36,6 @@
#ifndef ITYPES_H
#define ITYPES_H
-
-/*****************************************************************************/
-/* Data Types */
-/*****************************************************************************/
-
-typedef int WORD32;
-typedef short WORD16;
-typedef char WORD8;
-typedef unsigned short UWORD16;
-
/*****************************************************************************/
/* Enums */
/*****************************************************************************/