Commit d11e5f22 authored by Huang Weiyi's avatar Huang Weiyi Committed by Greg Kroah-Hartman

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: default avatarHuang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 33ce0ca6
......@@ -52,7 +52,6 @@
/*================================================================*/
/* System Includes */
#include <linux/version.h>
#include <linux/module.h>
#include <linux/kernel.h>
......
......@@ -54,7 +54,6 @@
/* System Includes */
#include <linux/version.h>
#include <linux/module.h>
#include <linux/kernel.h>
......
......@@ -38,7 +38,6 @@
/* System Includes */
#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/sched.h>
......
......@@ -61,7 +61,6 @@
/* System Includes */
#define WLAN_DBVAR prism2_debug
#include <linux/version.h>
#include <linux/if_arp.h>
#include <linux/module.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment