Commit 95d193a9 authored by Harvey Harrison's avatar Harvey Harrison Committed by Linus Torvalds

alpha: replace __inline with inline

Signed-off-by: default avatarHarvey Harrison <harvey.harrison@gmail.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent bbb8d343
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifdef __GNUC__ #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 * Unfortunately, we can't use the 6 instruction sequence
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment