summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pasemi
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2012-07-25 21:20:03 (GMT)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-09-05 05:19:33 (GMT)
commitbeacc6da8649f5c0841ac9b326dcf0c4dad823cd (patch)
treeb70e28262343cb11bb3fff0818841d0875c8c18a /arch/powerpc/platforms/pasemi
parentc6424e32c30a06a13e5d2505058a8496bd318d6a (diff)
downloadlinux-beacc6da8649f5c0841ac9b326dcf0c4dad823cd.tar.xz
powerpc: Remove all includes of <asm/abs_addr.h>
It's empty now, apart from other includes. Fixup a few files that were getting things via this header. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/pasemi')
-rw-r--r--arch/powerpc/platforms/pasemi/iommu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pasemi/iommu.c b/arch/powerpc/platforms/pasemi/iommu.c
index f03fbc2..7d2d036 100644
--- a/arch/powerpc/platforms/pasemi/iommu.c
+++ b/arch/powerpc/platforms/pasemi/iommu.c
@@ -19,6 +19,7 @@
#undef DEBUG
+#include <linux/memblock.h>
#include <linux/types.h>
#include <linux/spinlock.h>
#include <linux/pci.h>