On Sat, May 11, 2013 at 06:57:26AM -0500, Robin Holt wrote:
quoted hunk ↗ jump to hunk
diff --git a/arch/arm/mach-ixp4xx/include/mach/timex.h b/arch/arm/mach-ixp4xx/include/mach/timex.h
index c9e930f..729b2db 100644
--- a/arch/arm/mach-ixp4xx/include/mach/timex.h
+++ b/arch/arm/mach-ixp4xx/include/mach/timex.h
@@ -3,7 +3,7 @@
*
*/
-#include <mach/hardware.h>
+// #include <mach/hardware.h>
/*
* We use IXP425 General purpose timer for our timer needs, it runs at
Apart from this, everything else here looks fine from a quick scan.
If the above is needed to fix some build error, it should be a separate
patch sent to the arm-soc people.
Acked-by: Russell King <redacted>
Thanks.