Include version.h where actually needed, remove where unneeded. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
@@ -9,7 +9,6 @@
*****************************************************************************/
#include <linux/kernel.h>
-#include <linux/version.h>
#include <linux/module.h>
#include "csr_panic.h"
@@ -15,8 +15,6 @@
* ---------------------------------------------------------------------------
*/
-
/*
* Porting Notes:
* Part of this file contains an example for how to glue the OS layer
@@ -37,6 +35,7 @@
#include <linux/poll.h>
#include <asm/uaccess.h>
#include <linux/jiffies.h>
+#include <linux/version.h>
#include "csr_wifi_hip_unifiversion.h"
#include "unifi_priv.h"
@@ -31,6 +31,7 @@
#include <linux/proc_fs.h>
#include "csr_wifi_hip_unifi.h"
@@ -38,7 +39,6 @@
#include "unifiio.h"
* Array of pointers to context structs for unifi devices that are present.
* The index in the array corresponds to the wlan interface number
@@ -10,6 +10,7 @@
#ifdef UNIFI_SNIFF_ARPHRD
@@ -23,8 +24,6 @@
#define ETH_P_80211_RAW ETH_P_ALL
#endif
* uf_start_sniff
@@ -15,7 +15,6 @@
* This file implements the data plane of the UniFi linux driver.
@@ -48,7 +47,7 @@
#include <linux/etherdevice.h>
#include <linux/mutex.h>
#include <linux/semaphore.h>
#include <linux/vmalloc.h>
#include "csr_wifi_hip_conversions.h"
@@ -14,7 +14,7 @@
#include <linux/gfp.h>
#include <linux/mmc/core.h>
#include <linux/mmc/card.h>
#include <linux/mmc/host.h>
@@ -12,7 +12,7 @@
#include <linux/netdevice.h>
@@ -14,6 +14,7 @@
@@ -21,7 +22,6 @@
#include "csr_wifi_sme_sef.h"
* This file implements the SME SYS API and contains the following functions:
* CsrWifiRouterCtrlMediaStatusReqHandler()
@@ -12,6 +12,7 @@
*
* ***************************************************************************
#include <linux/types.h>
@@ -16,6 +16,7 @@
#define __LINUX_UNIFI_WEXT_H__ 1
#include <net/iw_handler.h>
#include "csr_wifi_sme_prim.h"