瀏覽代碼

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>
Stephen Boyd 12 年之前
父節點
當前提交
9485099209
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      arch/arm/include/asm/sched_clock.h

+ 0 - 4
arch/arm/include/asm/sched_clock.h

@@ -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>