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

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

diff -urN linux-2.4.24/include/asm-m68k/page.h linux-2.4.25/include/asm-m68k/page.h
@@ -104,7 +104,7 @@
 #define PAGE_ALIGN(addr)	(((addr)+PAGE_SIZE-1)&PAGE_MASK)
 
 /* 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;
 

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