From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 18 Oct 2012 13:30:29 -0700 Subject: [PATCH 3/4] ARM: OMAP2+: Move iommu/iovmm headers to platform_data In-Reply-To: <20121018162512.GD30550@atomide.com> References: <20121016003513.19701.71718.stgit@muffinssi.local> <20121016003640.19701.51749.stgit@muffinssi.local> <1418726.Yza1yb71Ul@avalon> <20121018162512.GD30550@atomide.com> Message-ID: <20121018203028.GE30550@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Tony Lindgren [121018 09:27]: > * Laurent Pinchart [121018 06:45]: > > Hi, > > > > On Monday 15 October 2012 17:36:40 Tony Lindgren wrote: > > > From: Ido Yariv > > > > > > Move iommu/iovmm headers from plat/ to platform_data/ as part of the > > > single zImage work. > > > > Is that really where those headers belong ? iommu-omap.h contains far more > > than platform data, and iovmm-omap.h contains no platform data at all. > > Hmm I though that was already fixed by Ido but looks like there are > non-platform data things still remaining there. > > Looking at arch/arm/mach-omap2/iommu2.c it seems that it should moved to > drivers/iommu/omap-iommu2.c and that way most of the header can be local > in drivers/iommu/omap-iommu.h. I'll do some patches for that and repost. I ended up solving the iovmm-omap.h issue by adding include/linux/omap-iommu.h like intel and amd have. Reposted the series as "[PATCH v3 0/6] omap iommu changes to remove plat includes". Regards, Tony