patch-2.4.21 linux-2.4.21/include/asm-cris/timex.h

Next file: linux-2.4.21/include/asm-cris/uaccess.h
Previous file: linux-2.4.21/include/asm-cris/system.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-cris/timex.h linux-2.4.21/include/asm-cris/timex.h
@@ -26,7 +26,7 @@
 
 unsigned long get_ns_in_jiffie(void);
 
-static inline unsigned long get_us_in_jiffie_highres(void)
+extern inline unsigned long get_us_in_jiffie_highres(void)
 {
 	return get_ns_in_jiffie()/1000;
 }
@@ -37,7 +37,7 @@
 
 typedef unsigned int cycles_t;
 
-static inline cycles_t get_cycles(void)
+extern inline cycles_t get_cycles(void)
 {
         return 0;
 }

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