]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ufs/swab.h
mm: fix the TLB range flushed when __tlb_remove_page() runs out of slots
[karo-tx-linux.git] / fs / ufs / swab.h
index c89e6ad891fb4a6cba227a0363facf19e226f7bf..8d974c4fd18b1eea45ddc849803f01904f7b8abb 100644 (file)
@@ -40,7 +40,7 @@ cpu_to_fs64(struct super_block *sbp, u64 n)
                return (__force __fs64)cpu_to_be64(n);
 }
 
-static __inline u32
+static inline u32
 fs32_to_cpu(struct super_block *sbp, __fs32 n)
 {
        if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE)