]> err.no Git - linux-2.6/blobdiff - include/asm-cris/timex.h
sdio: add SDIO_FBR_BASE(f) macro
[linux-2.6] / 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;
 }