]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: Trivial fix for IOMMU merge issue
authorTony Lindgren <tony@atomide.com>
Thu, 20 Dec 2012 19:50:34 +0000 (11:50 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Dec 2012 22:15:26 +0000 (14:15 -0800)
commit6f8c9d2130893eda35ad9105e6e2a08db7f0da13
tree3dfcbd88b40daa39184aa03861093c747d227ad1
parent982197277c85018cc6eb77f1d3bef17933b0c5fd
ARM: OMAP2+: Trivial fix for IOMMU merge issue

Commit 787314c35fbb ("Merge tag 'iommu-updates-v3.8' of
git://git./linux/kernel/git/joro/iommu") did not account for the changed
header location.

The headers were made local to mach-omap2 as they are specific to omap2+
only, and we wanted to get most of the #include <plat/*.h> headers fixed
up anyways for the ARM multiplatform support.

We attempted to avoid this kind of merge conflict early on by setting up
a minimal git branch shared by the arm-soc tree and the iommu tree, but
looks like we still hit a merge issue there as the branches got merged
as various topic branches.

Cc: Joerg Roedel <joro@8bytes.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/mach-omap2/omap-iommu.c