diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-08-13 07:41:12 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 19:02:17 (GMT) |
commit | 7c3ab53c467acf23fd4e8265f3b867461f0bebe4 (patch) | |
tree | 5eb5cae751a72874dbbe5b56ee24c5e9f28910a2 /drivers/staging/rt2860 | |
parent | b3184e1ec36a94602d54339699df6e1036cd71f8 (diff) | |
download | linux-fsl-qoriq-7c3ab53c467acf23fd4e8265f3b867461f0bebe4.tar.xz |
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/staging/rt2860')
-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 b434824..ccf58b2 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 |