diff options
author | Stephen Boyd | 2013-10-03 12:49:43 -0700 |
---|---|---|
committer | Kevin Hilman | 2013-10-11 14:50:10 -0700 |
commit | 9485099209d8057c4b6857855cc15334ae84d1c2 (patch) | |
tree | fb91ed2210cd17e854b3ecee899a746d326b1745 /arch | |
parent | 5bd8e16de3b88f7d61cb508b096474cc8aa8eefb (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/sched_clock.h | 4 |
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> |