patch-2.4.9 linux/include/asm-arm/page.h

Next file: linux/include/asm-arm/pci.h
Previous file: linux/include/asm-arm/mmzone.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.8/linux/include/asm-arm/page.h linux/include/asm-arm/page.h
@@ -69,7 +69,7 @@
 #define PAGE_BUG(page)	__bug(__FILE__, __LINE__, page)
 
 /* 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)