--- zzzz-none-000/linux-2.6.13.1/include/asm-arm/timex.h 2005-09-10 02:42:58.000000000 +0000 +++ ohio-7170-487/linux-2.6.13.1/include/asm-arm/timex.h 2006-12-12 09:54:20.000000000 +0000 @@ -12,13 +12,15 @@ #ifndef _ASMARM_TIMEX_H #define _ASMARM_TIMEX_H -#include +typedef unsigned long cycles_t; /*--- muss vor dem include definiert sein, da das include ggf. get_cycles definiert ---*/ -typedef unsigned long cycles_t; +#include +#ifndef _DEF_GET_CYCLES_ static inline cycles_t get_cycles (void) { return 0; } +#endif /*--- #ifndef _DEF_GET_CYCLES_ ---*/ #endif