Browse Source

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>
Arend van Spriel 14 years ago
parent
commit
94da53f91d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/staging/brcm80211/util/bcmsrom.c

+ 0 - 2
drivers/staging/brcm80211/util/bcmsrom.c

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