From 100aada70fcb370476b50516570b34ab8e11a60f Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 29 Oct 2008 20:11:13 +0200 Subject: [PATCH] --- yaml --- r: 126566 b: refs/heads/master c: 4460a0b4d5d9e0b5695365a1a5815e0f4981e01e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/winbond/linux/common.h | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 46a032bbcab0..d7088c3ce714 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fc68c7efea279b066bd5f7cc7413099a6b22bbec +refs/heads/master: 4460a0b4d5d9e0b5695365a1a5815e0f4981e01e diff --git a/trunk/drivers/staging/winbond/linux/common.h b/trunk/drivers/staging/winbond/linux/common.h index 046dab6b7bff..f171b881d956 100644 --- a/trunk/drivers/staging/winbond/linux/common.h +++ b/trunk/drivers/staging/winbond/linux/common.h @@ -48,16 +48,9 @@ #define STATUS_MEDIA_CONNECT 1 #define STATUS_MEDIA_DISCONNECT 0 -#ifndef BIT -#define BIT(x) (1 << (x)) -#endif - //================================================================================================== // Common function definition //================================================================================================== -#ifndef abs -#define abs(_T) ((_T) < 0 ? -_T : _T) -#endif #define DEBUG_ENABLED #define ETH_LENGTH_OF_ADDRESS 6 #ifdef DEBUG_ENABLED