sh: Tidy up duplication in irq/swab/timex.h.

The asm-generic versions have some helper definitions that we can use
instead, drop our definitions and use those instead.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2009-06-14 23:21:54 +09:00
parent 6f2ea72975
commit f8f06bc74b
3 changed files with 3 additions and 9 deletions

View File

@@ -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 <asm-generic/timex.h>
#endif /* __ASM_SH_TIMEX_H */