Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d4e9e57 authored by Jesper Juhl's avatar Jesper Juhl Committed by Greg Kroah-Hartman
Browse files

staging: csr: Fix up version.h includes



Include version.h where actually needed, remove where unneeded.

Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a6c42258
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
*****************************************************************************/

#include <linux/kernel.h>
#include <linux/version.h>
#include <linux/module.h>

#include "csr_panic.h"
+1 −2
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
 * ---------------------------------------------------------------------------
 */
#include <linux/proc_fs.h>
#include <linux/version.h>

#include "csr_wifi_hip_unifi.h"
#include "csr_wifi_hip_unifiversion.h"
@@ -38,7 +39,6 @@
#include "unifiio.h"
#include "unifi_priv.h"


/*
 * Array of pointers to context structs for unifi devices that are present.
 * The index in the array corresponds to the wlan interface number
+1 −2
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
 * ---------------------------------------------------------------------------
 */

#include <linux/version.h>
#include "unifi_priv.h"

#ifdef UNIFI_SNIFF_ARPHRD
@@ -23,8 +24,6 @@
#define ETH_P_80211_RAW ETH_P_ALL
#endif



/*
 * ---------------------------------------------------------------------------
 *  uf_start_sniff
+1 −2
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
 * ---------------------------------------------------------------------------
 */


/*
 * Porting Notes:
 * 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/version.h>
#include <linux/vmalloc.h>
#include "csr_wifi_hip_unifi.h"
#include "csr_wifi_hip_conversions.h"
Loading