From: Chaehyun Lim Date: Fri, 12 Jun 2015 03:38:05 +0000 (+0900) Subject: staging: wilc1000: remove unused typedef X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ab6a167f1936eb25c853e3f5caee5f469161916b;p=linux-beck.git staging: wilc1000: remove unused typedef Remove unused typedef for custom data types. Signed-off-by: Chaehyun Lim Signed-off-by: Greg Kroah-Hartman --- 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 */ /*****************************************************************************/