[PATCH 5/6] w35und: remove unused macros from common.h

From: Pekka J Enberg
Date: Wed Oct 29 2008 - 14:12:52 EST


From: Pekka Enberg <penberg@xxxxxxxxxxxxxx>

The macros are not used anywhere so remove them from driver code.

Cc: Pavel Machek <pavel@xxxxxxx>
Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
---
drivers/staging/winbond/linux/common.h | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/