[PATCH 048/524] Staging: vt6655: remove double definition of Calcu_LinkQual

Greg Kroah-Hartman gregkh at suse.de
Thu Aug 5 22:17:11 UTC 2010


From: Charles Clément <caratorn at gmail.com>

Calcu_LinkQual is already defined a couple lines earlier.

Signed-off-by: Charles Clément <caratorn at gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
 drivers/staging/vt6655/ttype.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/vt6655/ttype.h b/drivers/staging/vt6655/ttype.h
index 2921083..f436da0 100644
--- a/drivers/staging/vt6655/ttype.h
+++ b/drivers/staging/vt6655/ttype.h
@@ -65,10 +65,6 @@ typedef int             BOOL;
 #define Calcu_LinkQual
 #endif
 
-#ifndef Calcu_LinkQual
-#define Calcu_LinkQual
-#endif
-
 /****** Simple typedefs  ***************************************************/
 
 /* These lines assume that your compiler's longs are 32 bits and
-- 
1.7.1




More information about the devel mailing list