[PATCH 7/8] ARM: OMAP: Remove plat/io.h by moving it into mach/io.h
From: tony@atomide.com (Tony Lindgren)
Date: 2012-03-01 04:54:14
Also in:
linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2012-03-01 04:54:14
Also in:
linux-omap
* Rob Herring [off-list ref] [120229 19:22]:
On 02/29/2012 09:46 PM, Tony Lindgren wrote:quoted
* Rob Herring [off-list ref] [120229 19:02]:quoted
On 02/29/2012 07:03 PM, Tony Lindgren wrote:quoted
Rob, I assume you'll apply this into your branch?YesOKquoted
quoted
--- a/arch/arm/plat-omap/include/plat/sdrc.h +++ b/arch/arm/plat-omap/include/plat/sdrc.h@@ -16,8 +16,6 @@ * published by the Free Software Foundation. */ -#include <mach/io.h> -I added iomap.h here as there are macros in the header from it.Hmm, did you get some compile error? I though all code using sdrc.h already has iomap.h included. This file should eventually be local to mach-omap2.No, just examined the file. If it compiles, either way is fine with me.
OK let's leave it out then as it simplifies further clean up. I tested it with omap1_defconfig and omap2plus_defconfig, will also run some randconfigs with it. Regards, Tony