patch-2.4.25 linux-2.4.25/include/asm-mips/sibyte/64bit.h

Next file: linux-2.4.25/include/asm-mips/siginfo.h
Previous file: linux-2.4.25/include/asm-mips/sgialib.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/include/asm-mips/sibyte/64bit.h linux-2.4.25/include/asm-mips/sibyte/64bit.h
@@ -93,12 +93,12 @@
  * These are provided so as to be able to use common
  * driver code for the 32-bit and 64-bit trees
  */
-extern inline void out64(u64 val, unsigned long addr)
+static inline void out64(u64 val, unsigned long addr)
 {
 	*(volatile unsigned long *)addr = val;
 }
 
-extern inline u64 in64(unsigned long addr)
+static inline u64 in64(unsigned long addr)
 {
 	return *(volatile unsigned long *)addr;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)