[PATCH] bcm43xx: make bcm43xx_sprom_crc() static.

Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Michael Buesch
2006-02-19 14:12:22 +01:00
committed by John W. Linville
parent ea0922b067
commit ad3f086c49
2 changed files with 1 additions and 3 deletions

View File

@@ -901,7 +901,7 @@ static inline u8 bcm43xx_crc8(u8 crc, u8 data)
return t[crc ^ data];
}
u8 bcm43xx_sprom_crc(const u16 *sprom)
static u8 bcm43xx_sprom_crc(const u16 *sprom)
{
int word;
u8 crc = 0xFF;