From: Pekka Enberg Date: Wed, 29 Oct 2008 18:11:49 +0000 (+0200) Subject: Staging: w35und: remove unused macros from common.h X-Git-Tag: v2.6.29-rc1~228^2~209 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=350e858868f4910c70d2380a33adc828690b7252;p=linux-2.6-omap-h63xx.git Staging: w35und: remove unused macros from common.h The macros are not used anywhere so remove them from driver code. Acked-by: Pavel Machek Signed-off-by: Pekka Enberg Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/winbond/linux/common.h b/drivers/staging/winbond/linux/common.h index f171b881d95..8290779e09a 100644 --- a/drivers/staging/winbond/linux/common.h +++ b/drivers/staging/winbond/linux/common.h @@ -33,21 +33,6 @@ //#define DEBUG_ENABLED 1 - - -//=============================================================== -// Common type definition -//=============================================================== - -//=========================================== -#define IGNORE 2 -#define SUCCESS 1 -#define FAILURE 0 - - -#define STATUS_MEDIA_CONNECT 1 -#define STATUS_MEDIA_DISCONNECT 0 - //================================================================================================== // Common function definition //==================================================================================================