[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1372118615-14805-1-git-send-email-festevam@gmail.com>
Date: Mon, 24 Jun 2013 21:03:35 -0300
From: Fabio Estevam <festevam@...il.com>
To: john.stultz@...aro.org
Cc: tglx@...utronix.de, shc_work@...l.ru, linux-kernel@...r.kernel.org,
sboyd@...eaurora.org, Fabio Estevam <fabio.estevam@...escale.com>
Subject: [PATCH] ARM: mach-clps711x: common: Use linux/sched_clock.h
From: Fabio Estevam <fabio.estevam@...escale.com>
Commit 38ff87f7 (sched_clock: Make ARM's sched_clock generic for all
architectures) changed the header to <linux/sched_clock.h>, so adapt it in order
to fix the following build error:
arch/arm/mach-clps711x/common.c:37:29: fatal error: asm/sched_clock.h: No such file or directory
Signed-off-by: Fabio Estevam <fabio.estevam@...escale.com>
---
arch/arm/mach-clps711x/common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-clps711x/common.c b/arch/arm/mach-clps711x/common.c
index 4ca2f3c..134641d 100644
--- a/arch/arm/mach-clps711x/common.c
+++ b/arch/arm/mach-clps711x/common.c
@@ -29,12 +29,12 @@
#include <linux/clockchips.h>
#include <linux/clocksource.h>
#include <linux/clk-provider.h>
+#include <linux/sched_clock.h>
#include <asm/exception.h>
#include <asm/mach/irq.h>
#include <asm/mach/map.h>
#include <asm/mach/time.h>
-#include <asm/sched_clock.h>
#include <asm/system_misc.h>
#include <mach/hardware.h>
--
1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists