mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
5bd8e16de3
commit
9485099209
|
@ -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>
|
Loading…
Reference in New Issue