]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
p54: Fix compilation problem on PPC
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 7 Oct 2008 15:27:45 +0000 (08:27 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 15 Oct 2008 00:47:03 +0000 (20:47 -0400)
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>
drivers/net/wireless/p54/p54common.c

index 1994aa199d3726375c9b19346cea7e1babaab0d0..117c7d3a52b0ca4beb7e78f41da62d7a08797cae 100644 (file)
@@ -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)
 {