Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36a53ddf authored by Harvey Harrison's avatar Harvey Harrison Committed by Linus Torvalds
Browse files

ufs: replace __inline with inline



Signed-off-by: default avatarHarvey Harrison <harvey.harrison@gmail.com>
Cc: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0045edaa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -40,7 +40,7 @@ cpu_to_fs64(struct super_block *sbp, u64 n)
		return (__force __fs64)cpu_to_be64(n);
		return (__force __fs64)cpu_to_be64(n);
}
}


static __inline u32
static inline u32
fs32_to_cpu(struct super_block *sbp, __fs32 n)
fs32_to_cpu(struct super_block *sbp, __fs32 n)
{
{
	if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE)
	if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE)