aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/io.h')
-rw-r--r--include/asm-powerpc/io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-powerpc/io.h b/include/asm-powerpc/io.h
index 75df3bce9ccb..1cd532379c30 100644
--- a/include/asm-powerpc/io.h
+++ b/include/asm-powerpc/io.h
@@ -302,7 +302,7 @@ static inline void __raw_writeq(unsigned long v, volatile void __iomem *addr)
302#ifdef CONFIG_PPC32 302#ifdef CONFIG_PPC32
303 303
304#define __do_in_asm(name, op) \ 304#define __do_in_asm(name, op) \
305extern __inline__ unsigned int name(unsigned int port) \ 305static inline unsigned int name(unsigned int port) \
306{ \ 306{ \
307 unsigned int x; \ 307 unsigned int x; \
308 __asm__ __volatile__( \ 308 __asm__ __volatile__( \
@@ -329,7 +329,7 @@ extern __inline__ unsigned int name(unsigned int port) \
329} 329}
330 330
331#define __do_out_asm(name, op) \ 331#define __do_out_asm(name, op) \
332extern __inline__ void name(unsigned int val, unsigned int port) \ 332static inline void name(unsigned int val, unsigned int port) \
333{ \ 333{ \
334 __asm__ __volatile__( \ 334 __asm__ __volatile__( \
335 "sync\n" \ 335 "sync\n" \