[ltt-dev] [PATCH 1/5] sh: fixed a wrong header path into the architecture timex file

Giuseppe CAVALLARO peppe.cavallaro at st.com
Thu Jul 30 05:54:45 EDT 2009


Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro at st.com>
---
 arch/sh/include/asm/timex.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/include/asm/timex.h b/arch/sh/include/asm/timex.h
index 1787451..81f9af8 100644
--- a/arch/sh/include/asm/timex.h
+++ b/arch/sh/include/asm/timex.h
@@ -7,7 +7,7 @@
 #define __ASM_SH_TIMEX_H
 
 #include <linux/io.h>
-#include <asm/cpu/timer.h>
+#include <cpu/timer.h>
 
 #define CLOCK_TICK_RATE		(HZ * 100000UL)
 
-- 
1.6.0.4





More information about the lttng-dev mailing list