OSDN Git Service

ARM: Remove temporary sched_clock.h header
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 3 Oct 2013 19:49:43 +0000 (12:49 -0700)
committerKevin Hilman <khilman@linaro.org>
Fri, 11 Oct 2013 21:50:10 +0000 (14:50 -0700)
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>
arch/arm/include/asm/sched_clock.h [deleted file]

diff --git a/arch/arm/include/asm/sched_clock.h b/arch/arm/include/asm/sched_clock.h
deleted file mode 100644 (file)
index 2389b71..0000000
+++ /dev/null
@@ -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>