staging: brcm80211: remove unneccessary include from bcmsrom.c
Include statement of if_ether.h turned out to be unneccessary so this is removed. Reviewed-by: Henry Ptasinski <henryp@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c6042b3043
commit
94da53f91d
@ -42,8 +42,6 @@
|
||||
#include <sbsdpcmdev.h>
|
||||
#endif
|
||||
|
||||
#include <linux/if_ether.h>
|
||||
|
||||
#define SROM_OFFSET(sih) ((sih->ccrev > 31) ? \
|
||||
(((sih->cccaps & CC_CAP_SROM) == 0) ? NULL : \
|
||||
((u8 *)curmap + PCI_16KB0_CCREGS_OFFSET + CC_SROM_OTP)) : \
|
||||
|
Loading…
Reference in New Issue
Block a user