staging: wilc1000: remove unused typedef
authorChaehyun Lim <chaehyun.lim@gmail.com>
Fri, 12 Jun 2015 03:38:05 +0000 (12:38 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Jun 2015 05:37:18 +0000 (22:37 -0700)
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>
drivers/staging/wilc1000/itypes.h

index c99f8ca..2441853 100644 (file)
 #ifndef ITYPES_H
 #define ITYPES_H
 
-
-/*****************************************************************************/
-/* Data Types                                                                */
-/*****************************************************************************/
-
-typedef int WORD32;
-typedef short WORD16;
-typedef char WORD8;
-typedef unsigned short UWORD16;
-
 /*****************************************************************************/
 /* Enums                                                                     */
 /*****************************************************************************/