diff --git a/drivers/staging/winbond/linux/common.h b/drivers/staging/winbond/linux/common.h index f171b881d956..8290779e09aa 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 //==================================================================================================