X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fsh%2Finclude%2Fasm%2Ftimex.h;h=b556d49e5f2ba8742a343d6dc9bc8d61b7437029;hp=a873e24113cf7430cc5527f99278d1e11e2d6f0e;hb=df36b439c5fedefe013d4449cb6a50d15e2f4d70;hpb=470fba7ebe60ad9185056b080b331abad24b4df9 diff --git a/arch/sh/include/asm/timex.h b/arch/sh/include/asm/timex.h index a873e24113cf..b556d49e5f2b 100644 --- a/arch/sh/include/asm/timex.h +++ b/arch/sh/include/asm/timex.h @@ -8,11 +8,6 @@ #define CLOCK_TICK_RATE (CONFIG_SH_PCLK_FREQ / 4) /* Underlying HZ */ -typedef unsigned long long cycles_t; - -static __inline__ cycles_t get_cycles (void) -{ - return 0; -} +#include #endif /* __ASM_SH_TIMEX_H */