2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 18:53:52 +08:00

Staging: wlan-ng: remove unused #include <version.h>

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>
This commit is contained in:
Huang Weiyi 2008-10-31 22:49:56 +08:00 committed by Greg Kroah-Hartman
parent 33ce0ca6e2
commit d11e5f22ac
4 changed files with 0 additions and 4 deletions

View File

@ -52,7 +52,6 @@
/*================================================================*/
/* System Includes */
#include <linux/version.h>
#include <linux/module.h>
#include <linux/kernel.h>

View File

@ -54,7 +54,6 @@
/* System Includes */
#include <linux/version.h>
#include <linux/module.h>
#include <linux/kernel.h>

View File

@ -38,7 +38,6 @@
/* System Includes */
#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/sched.h>

View File

@ -61,7 +61,6 @@
/* System Includes */
#define WLAN_DBVAR prism2_debug
#include <linux/version.h>
#include <linux/if_arp.h>
#include <linux/module.h>