2008-03-05 01:21:44

by Harvey Harrison

[permalink] [raw]
Subject: [PATCH 8/9] alpha: replace __inline with inline

Signed-off-by: Harvey Harrison <[email protected]>
---
include/asm-alpha/byteorder.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-alpha/byteorder.h b/include/asm-alpha/byteorder.h
index 7af2b8d..58e958f 100644
--- a/include/asm-alpha/byteorder.h
+++ b/include/asm-alpha/byteorder.h
@@ -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
--
1.5.4.3.500.g83a2c