Skip to content

Commit

Permalink
Staging: wlan-ng: remove unused #include <version.h>
Browse files Browse the repository at this point in the history
The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
  drivers/staging/wlan-ng/p80211conv.c
  drivers/staging/wlan-ng/p80211req.c
  drivers/staging/wlan-ng/p80211wext.c
  drivers/staging/wlan-ng/prism2mgmt.c

This patch removes the said #include <version.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Huang Weiyi authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent 33ce0ca commit d11e5f2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion drivers/staging/wlan-ng/p80211conv.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
/*================================================================*/
/* System Includes */

#include <linux/version.h>

#include <linux/module.h>
#include <linux/kernel.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/wlan-ng/p80211req.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
/* System Includes */


#include <linux/version.h>

#include <linux/module.h>
#include <linux/kernel.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/wlan-ng/p80211wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
/* System Includes */


#include <linux/version.h>

#include <linux/kernel.h>
#include <linux/sched.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/wlan-ng/prism2mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
/* System Includes */
#define WLAN_DBVAR prism2_debug

#include <linux/version.h>

#include <linux/if_arp.h>
#include <linux/module.h>
Expand Down

0 comments on commit d11e5f2

Please sign in to comment.