From: Stephen Boyd Date: Thu, 3 Oct 2013 19:49:43 +0000 (-0700) Subject: ARM: Remove temporary sched_clock.h header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9485099209d8057c4b6857855cc15334ae84d1c2;p=linux-beck.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 Signed-off-by: Kevin Hilman --- 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