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

Commit 583c3827 authored by Franky Lin's avatar Franky Lin Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: clean up wl_cfg80211.h in fullmac



Remove #include lines in wl_cfg80211.h

Signed-off-by: default avatarFranky Lin <frankyl@broadcom.com>
Reviewed-by: default avatarRoland Vossen <rvossen@broadcom.com>
Reviewed-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 96a0ec20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
#include <linux/types.h>
#include <linux/sched.h>	/* request_irq() */
#include <linux/netdevice.h>
#include <net/cfg80211.h>
#include <bcmdefs.h>
#include <bcmutils.h>
#include <bcmwifi.h>
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
#include <linux/fcntl.h>
#include <linux/fs.h>
#include <linux/uaccess.h>
#include <net/cfg80211.h>
#include <bcmdefs.h>
#include <bcmutils.h>
#include <bcmwifi.h>
+0 −4
Original line number Diff line number Diff line
@@ -17,10 +17,6 @@
#ifndef _wl_cfg80211_h_
#define _wl_cfg80211_h_

#include <linux/wireless.h>
#include <linux/wireless.h>
#include <net/cfg80211.h>

struct wl_conf;
struct wl_iface;
struct wl_priv;