[PATCH] CRIS: turn local_save_flags() + local_irq_disable() into local_irq_save(...
[sfrench/cifs-2.6.git] / include / asm-cris / timex.h
index 3fb069a3771761314edc9de8d1a08ffe9f55d367..b92e0e80fe86fdfcd2cbe2f42b8036d9492e63c2 100644 (file)
@@ -16,7 +16,7 @@
 
 typedef unsigned long long cycles_t;
 
-extern inline cycles_t get_cycles(void)
+static inline cycles_t get_cycles(void)
 {
         return 0;
 }