Skip to content

Commit

Permalink
Staging: rt2860: includecheck fix: rt_linux.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaswinder Singh Rajput authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent b3184e1 commit 7c3ab53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/rt2860/rt_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c3ab53

Please sign in to comment.