]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-cris/timex.h
md: replace STRIPE_OP_CHECK with 'check_states'
[linux-2.6-omap-h63xx.git] / include / asm-cris / timex.h
index 375c41af47de1c45e7a4b73531c2293a5d2abddb..b92e0e80fe86fdfcd2cbe2f42b8036d9492e63c2 100644 (file)
@@ -14,9 +14,9 @@
  * used so it does not matter.
  */
 
-typedef unsigned int cycles_t;
+typedef unsigned long long cycles_t;
 
-extern inline cycles_t get_cycles(void)
+static inline cycles_t get_cycles(void)
 {
         return 0;
 }