Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
        return t[crc ^ data];
 }
 
-u8 bcm43xx_sprom_crc(const u16 *sprom)
+static u8 bcm43xx_sprom_crc(const u16 *sprom)
 {
        int word;
        u8 crc = 0xFF;
 
 void bcm43xx_mac_suspend(struct bcm43xx_private *bcm);
 void bcm43xx_mac_enable(struct bcm43xx_private *bcm);
 
-u8 bcm43xx_sprom_crc(const u16 *sprom);
-
 void bcm43xx_controller_restart(struct bcm43xx_private *bcm, const char *reason);
 
 int bcm43xx_sprom_read(struct bcm43xx_private *bcm, u16 *sprom);