]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/wireless/util.c
Staging: wbusb: fix a bunch of compiler warnings
[linux-2.6-omap-h63xx.git] / net / wireless / util.c
index f3e623df3515d8f4ac1bc328b9831d441e09ada7..f54424693a38a378bd5e7cdc25326907b5fbb983 100644 (file)
@@ -33,8 +33,8 @@ int ieee80211_frequency_to_channel(int freq)
 }
 EXPORT_SYMBOL(ieee80211_frequency_to_channel);
 
-struct ieee80211_channel *ieee80211_get_channel(struct wiphy *wiphy,
-                                               int freq)
+struct ieee80211_channel *__ieee80211_get_channel(struct wiphy *wiphy,
+                                                 int freq)
 {
        enum ieee80211_band band;
        struct ieee80211_supported_band *sband;
@@ -54,7 +54,7 @@ struct ieee80211_channel *ieee80211_get_channel(struct wiphy *wiphy,
 
        return NULL;
 }
-EXPORT_SYMBOL(ieee80211_get_channel);
+EXPORT_SYMBOL(__ieee80211_get_channel);
 
 static void set_mandatory_flags_band(struct ieee80211_supported_band *sband,
                                     enum ieee80211_band band)