From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Thu, 1 Mar 2012 00:11:40 +0000 Subject: [PATCH 7/8] ARM: OMAP: Remove plat/io.h by moving it into mach/io.h In-Reply-To: <4F4EBBDF.9090806@gmail.com> References: <20120221233619.18709.87982.stgit@kaulin.local> <20120221234049.18709.28987.stgit@kaulin.local> <4F4451FB.7070007@gmail.com> <20120224000657.GJ18185@atomide.com> <20120224182246.GL18185@atomide.com> <4F4AFCC7.3020509@gmail.com> <20120229014719.GK18901@atomide.com> <4F4EBBDF.9090806@gmail.com> Message-ID: <20120301001140.GA18438@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Feb 29, 2012 at 05:59:27PM -0600, Rob Herring wrote: > BTW, all these includes need to get removed. I'll add a fix to my series > unless you already have fixes: > > arch/arm/mach-omap1/sleep.S:#include > arch/arm/mach-omap1/sram.S:#include > arch/arm/plat-omap/include/plat/sdrc.h:#include > drivers/media/video/davinci/vpbe_osd.c:#include > drivers/media/video/davinci/vpbe_venc.c:#include > drivers/video/omap2/vrfb.c:#include All the ones included from .h and .c files should be using linux/io.h and not some other derivative.