]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-sh/timex.h
sh: migrate to arch/sh/include/
[karo-tx-linux.git] / include / asm-sh / timex.h
diff --git a/include/asm-sh/timex.h b/include/asm-sh/timex.h
deleted file mode 100644 (file)
index a873e24..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * linux/include/asm-sh/timex.h
- *
- * sh architecture timex specifications
- */
-#ifndef __ASM_SH_TIMEX_H
-#define __ASM_SH_TIMEX_H
-
-#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;
-}
-
-#endif /* __ASM_SH_TIMEX_H */