aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2008-10-29 20:11:49 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:51:46 -0800
commit350e858868f4910c70d2380a33adc828690b7252 (patch)
tree4d58887617cf2a2ecd4e621e9949d82eca949b1d /drivers/staging/winbond
parent4460a0b4d5d9e0b5695365a1a5815e0f4981e01e (diff)
Staging: w35und: remove unused macros from common.h
The macros are not used anywhere so remove them from driver code. Acked-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond')
-rw-r--r--drivers/staging/winbond/linux/common.h15
1 files changed, 0 insertions, 15 deletions
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
//==================================================================================================