patch-2.4.25 linux-2.4.25/include/asm-m68k/virtconvert.h

Next file: linux-2.4.25/include/asm-m68k/zorro.h
Previous file: linux-2.4.25/include/asm-m68k/uaccess.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/include/asm-m68k/virtconvert.h linux-2.4.25/include/asm-m68k/virtconvert.h
@@ -22,12 +22,12 @@
 extern unsigned long mm_vtop(unsigned long addr) __attribute__ ((const));
 extern unsigned long mm_ptov(unsigned long addr) __attribute__ ((const));
 #else
-extern inline unsigned long mm_vtop(unsigned long vaddr)
+static inline unsigned long mm_vtop(unsigned long vaddr)
 {
 	return __pa(vaddr);
 }
 
-extern inline unsigned long mm_ptov(unsigned long paddr)
+static inline unsigned long mm_ptov(unsigned long paddr)
 {
 	return (unsigned long)__va(paddr);
 }

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