Messages in this thread Patch in this message |  | | | Date | Thu, 8 Jan 2009 11:30:52 +0200 (EET) | | From | Pekka J Enberg <> | | Subject | [PATCH 1/3] w35und: Move ETH_LENGTH_OF_ADDRESS to wbhal_s.h |
From: Pekka Enberg <penberg@cs.helsinki.fi>
The common.h header file is a dumping ground for miscellaneous crap. In order
to get rid of it, move the ETH_LENGHT_OF_ADDRESS macro to wbhal_s.h where it's
actually being used.
Cc: Pavel Machek <pavel@suse.cz>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
---
drivers/staging/winbond/common.h | 1 -
drivers/staging/winbond/wbhal_s.h | 1 +
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/winbond/common.h b/drivers/staging/winbond/common.h
index c4d9604..61ccc86 100644
--- a/drivers/staging/winbond/common.h
+++ b/drivers/staging/winbond/common.h
@@ -16,7 +16,6 @@
// Common function definition
//==================================================================================================
#define DEBUG_ENABLED
-#define ETH_LENGTH_OF_ADDRESS 6
#ifdef DEBUG_ENABLED
#define WBDEBUG( _M ) printk _M
#else
diff --git a/drivers/staging/winbond/wbhal_s.h b/drivers/staging/winbond/wbhal_s.h
index 276d2b1..513babb 100644
--- a/drivers/staging/winbond/wbhal_s.h
+++ b/drivers/staging/winbond/wbhal_s.h
@@ -427,6 +427,7 @@ typedef struct _TXVGA_FOR_50 {
#include "wb35tx_s.h"
#include "wb35rx_s.h"
+#define ETH_LENGTH_OF_ADDRESS 6
// For Hal using ==================================================================
typedef struct _HW_DATA_T
--
1.5.4.3
|  |