[MIPS] Fix C version of ssnop to use the right opcode.
[pandora-kernel.git] / include / asm-xtensa / page.h
index b495e5b..8ded36f 100644 (file)
@@ -55,7 +55,7 @@ typedef struct { unsigned long pgprot; } pgprot_t;
  * Pure 2^n version of get_order
  */
 
-extern __inline__ int get_order(unsigned long size)
+static inline int get_order(unsigned long size)
 {
        int order;
 #ifndef XCHAL_HAVE_NSU