Kill off warning: ‘inline’ is not at beginning of declaration
[deliverable/linux.git] / net / mac80211 / tx.c
index 5950e3abead9b49a7bfc4a8d17d77ce250d1b578..a449dd50868294fc0ca31a2341960ffcbf6fbabf 100644 (file)
@@ -173,7 +173,7 @@ static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, int group_addr,
        return cpu_to_le16(dur);
 }
 
-static int inline is_ieee80211_device(struct ieee80211_local *local,
+static inline int is_ieee80211_device(struct ieee80211_local *local,
                                      struct net_device *dev)
 {
        return local == wdev_priv(dev->ieee80211_ptr);
This page took 0.025267 seconds and 5 git commands to generate.