mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00:00
p54: Fix compilation problem on PPC
The commit entitled "p54: Fix sparse warnings" introduced a compile error on PPC architecture. Thanks to Johannes Berg <johannes@sipsolutions.net> for reporting this problem. Signed-off-by: <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
63044e9f54
commit
3eadd751eb
@ -479,7 +479,6 @@ static int p54_parse_eeprom(struct ieee80211_hw *dev, void *eeprom, int len)
|
||||
printk(KERN_ERR "p54: eeprom parse failed!\n");
|
||||
return err;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(p54_parse_eeprom);
|
||||
|
||||
static int p54_rssi_to_dbm(struct ieee80211_hw *dev, int rssi)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user