staging: rtl8723bs: replace __inline by inline
[linux-2.6-block.git] / drivers / staging / rtl8723bs / include / wlan_bssdef.h
index 88890b1c3c4c906dfc58031c84fcfb5e7bc15e11..723fc5b546efae7decc0203f053200d3e17ca383 100644 (file)
@@ -223,7 +223,7 @@ struct wlan_bssid_ex {
        u8  IEs[MAX_IE_SZ];     /* timestamp, beacon interval, and capability information) */
 } __packed;
 
-__inline  static uint get_wlan_bssid_ex_sz(struct wlan_bssid_ex *bss)
+static inline uint get_wlan_bssid_ex_sz(struct wlan_bssid_ex *bss)
 {
        return (sizeof(struct wlan_bssid_ex) - MAX_IE_SZ + bss->IELength);
 }