diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-08-13 13:11:12 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:02:17 -0700 |
commit | 7c3ab53c467acf23fd4e8265f3b867461f0bebe4 (patch) | |
tree | 5eb5cae751a72874dbbe5b56ee24c5e9f28910a2 /drivers | |
parent | b3184e1ec36a94602d54339699df6e1036cd71f8 (diff) |
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 <jaswinderrajput@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/rt2860/rt_linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rt2860/rt_linux.h b/drivers/staging/rt2860/rt_linux.h index b434824d932..ccf58b26b4b 100644 --- a/drivers/staging/rt2860/rt_linux.h +++ b/drivers/staging/rt2860/rt_linux.h @@ -63,10 +63,6 @@ #include <linux/ctype.h> #include <linux/vmalloc.h> - -#ifdef RT30xx -#include <linux/wireless.h> -#endif #include <net/iw_handler.h> // load firmware |