]> git.baikalelectronics.ru Git - kernel.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)
commit890299633c2deb6c7c8dfde8385067cc3b4acd46
tree3dfcbd88b40daa39184aa03861093c747d227ad1
parentff3c089a5b810e98e97ca9da9ede8cb2177cb14a
ARM: OMAP2+: Trivial fix for IOMMU merge issue

Commit 781fc41ea428 ("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