]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-s390/lowcore.h
[PATCH] autofs4: increase module version
[linux-2.6-omap-h63xx.git] / include / asm-s390 / lowcore.h
index c6f51c9ce3ffb89daa43903f0a6f00b9a23574d5..db0606c1abd4fbf56c938905790f8785a904c364 100644 (file)
@@ -346,7 +346,7 @@ struct _lowcore
 #define S390_lowcore (*((struct _lowcore *) 0))
 extern struct _lowcore *lowcore_ptr[];
 
-extern __inline__ void set_prefix(__u32 address)
+static inline void set_prefix(__u32 address)
 {
         __asm__ __volatile__ ("spx %0" : : "m" (address) : "memory" );
 }