Browse Source

ARM: Remove temporary sched_clock.h header

This header file is no longer needed now that the ARM sched_clock
framework is generic and all users have moved to linux/sched_clock.h
instead of asm/sched_clock.h. Remove it.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Stephen Boyd 11 years ago
parent
commit
9485099209
1 changed files with 0 additions and 4 deletions
  1. 0 4
      arch/arm/include/asm/sched_clock.h

+ 0 - 4
arch/arm/include/asm/sched_clock.h

@@ -1,4 +0,0 @@
-/* You shouldn't include this file. Use linux/sched_clock.h instead.
- * Temporary file until all asm/sched_clock.h users are gone
- */
-#include <linux/sched_clock.h>