summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2013-10-03 23:49:43 +0400
committerKevin Hilman <khilman@linaro.org>2013-10-12 01:50:10 +0400
commit9485099209d8057c4b6857855cc15334ae84d1c2 (patch)
treefb91ed2210cd17e854b3ecee899a746d326b1745
parent5bd8e16de3b88f7d61cb508b096474cc8aa8eefb (diff)
downloadlinux-9485099209d8057c4b6857855cc15334ae84d1c2.tar.xz
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>
-rw-r--r--arch/arm/include/asm/sched_clock.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/sched_clock.h b/arch/arm/include/asm/sched_clock.h
deleted file mode 100644
index 2389b71a8e7c..000000000000
--- a/arch/arm/include/asm/sched_clock.h
+++ /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>