diff options
author | 2013-10-03 12:49:43 -0700 | |
---|---|---|
committer | 2013-10-11 14:50:10 -0700 | |
commit | 9485099209d8057c4b6857855cc15334ae84d1c2 (patch) | |
tree | fb91ed2210cd17e854b3ecee899a746d326b1745 | |
parent | ARM: clps711x: Use linux/sched_clock.h (diff) | |
download | wireguard-linux-9485099209d8057c4b6857855cc15334ae84d1c2.tar.xz wireguard-linux-9485099209d8057c4b6857855cc15334ae84d1c2.zip |
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.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> |