From 7c3ab53c467acf23fd4e8265f3b867461f0bebe4 Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Rajput Date: Thu, 13 Aug 2009 13:11:12 +0530 Subject: [PATCH] Staging: rt2860: includecheck fix: rt_linux.h fix the following 'make includecheck' warning: drivers/staging/rt2860/rt_linux.h: linux/wireless.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rt2860/rt_linux.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/staging/rt2860/rt_linux.h b/drivers/staging/rt2860/rt_linux.h index b434824d932c..ccf58b26b4b7 100644 --- a/drivers/staging/rt2860/rt_linux.h +++ b/drivers/staging/rt2860/rt_linux.h @@ -63,10 +63,6 @@ #include #include - -#ifdef RT30xx -#include -#endif #include // load firmware -- 2.25.1