Commit 94850992 authored by Stephen Boyd's avatar Stephen Boyd Committed by Kevin Hilman
Browse files

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: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarKevin Hilman <khilman@linaro.org>
parent 5bd8e16d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
/* 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>