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:
Arend van Spriel 2011-03-25 11:25:59 +01:00 committed by Greg Kroah-Hartman
parent c6042b3043
commit 94da53f91d

View File

@ -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)) : \