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