mirror of
https://github.com/joel16/android_kernel_sony_msm8994.git
synced 2024-11-24 12:40:24 +00:00
alpha: replace __inline with inline
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
bbb8d343af
commit
95d193a903
@ -7,7 +7,7 @@
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
static __inline __attribute_const__ __u32 __arch__swab32(__u32 x)
|
||||
static inline __attribute_const__ __u32 __arch__swab32(__u32 x)
|
||||
{
|
||||
/*
|
||||
* Unfortunately, we can't use the 6 instruction sequence
|
||||
|
Loading…
Reference in New Issue
Block a user