Commit beacc6da authored by Michael Ellerman's avatar Michael Ellerman Committed by Benjamin Herrenschmidt

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: default avatarMichael Ellerman <michael@ellerman.id.au>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent c6424e32
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
*/ */
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/memblock.h>
#include <linux/pfn.h> #include <linux/pfn.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
...@@ -20,7 +21,6 @@ ...@@ -20,7 +21,6 @@
#include <asm/machdep.h> #include <asm/machdep.h>
#include <asm/swiotlb.h> #include <asm/swiotlb.h>
#include <asm/dma.h> #include <asm/dma.h>
#include <asm/abs_addr.h>
unsigned int ppc_swiotlb_enable; unsigned int ppc_swiotlb_enable;
......
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
#include <linux/stat.h> #include <linux/stat.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <asm/ibmebus.h> #include <asm/ibmebus.h>
#include <asm/abs_addr.h>
static struct device ibmebus_bus_device = { /* fake "parent" device */ static struct device ibmebus_bus_device = { /* fake "parent" device */
.init_name = "ibmebus", .init_name = "ibmebus",
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#include <asm/prom.h> #include <asm/prom.h>
#include <asm/firmware.h> #include <asm/firmware.h>
#include <asm/tce.h> #include <asm/tce.h>
#include <asm/abs_addr.h>
#include <asm/page.h> #include <asm/page.h>
#include <asm/hvcall.h> #include <asm/hvcall.h>
......
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/bitops.h> #include <linux/bitops.h>
#include <linux/of.h>
#include <linux/threads.h> #include <linux/threads.h>
#include <linux/smp.h> #include <linux/smp.h>
#include <asm/abs_addr.h>
#include <asm/machdep.h> #include <asm/machdep.h>
#include <asm/mmu.h> #include <asm/mmu.h>
#include <asm/mmu_context.h> #include <asm/mmu_context.h>
......
...@@ -62,7 +62,6 @@ ...@@ -62,7 +62,6 @@
#include <asm/cputable.h> #include <asm/cputable.h>
#include <asm/sections.h> #include <asm/sections.h>
#include <asm/iommu.h> #include <asm/iommu.h>
#include <asm/abs_addr.h>
#include <asm/vdso.h> #include <asm/vdso.h>
#include "mmu_decl.h" #include "mmu_decl.h"
......
...@@ -51,7 +51,6 @@ ...@@ -51,7 +51,6 @@
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/cputable.h> #include <asm/cputable.h>
#include <asm/sections.h> #include <asm/sections.h>
#include <asm/abs_addr.h>
#include <asm/firmware.h> #include <asm/firmware.h>
#include "mmu_decl.h" #include "mmu_decl.h"
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#undef DEBUG #undef DEBUG
#include <linux/memblock.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/pci.h> #include <linux/pci.h>
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include <asm/opal.h> #include <asm/opal.h>
#include <asm/iommu.h> #include <asm/iommu.h>
#include <asm/tce.h> #include <asm/tce.h>
#include <asm/abs_addr.h>
#include "powernv.h" #include "powernv.h"
#include "pci.h" #include "pci.h"
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include <asm/opal.h> #include <asm/opal.h>
#include <asm/iommu.h> #include <asm/iommu.h>
#include <asm/tce.h> #include <asm/tce.h>
#include <asm/abs_addr.h>
#include "powernv.h" #include "powernv.h"
#include "pci.h" #include "pci.h"
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include <asm/opal.h> #include <asm/opal.h>
#include <asm/iommu.h> #include <asm/iommu.h>
#include <asm/tce.h> #include <asm/tce.h>
#include <asm/abs_addr.h>
#include <asm/firmware.h> #include <asm/firmware.h>
#include "powernv.h" #include "powernv.h"
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <linux/types.h> #include <linux/types.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/memblock.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/sched.h> /* for show_stack */ #include <linux/sched.h> /* for show_stack */
#include <linux/string.h> #include <linux/string.h>
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <asm/page.h> #include <asm/page.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
#include <asm/machdep.h> #include <asm/machdep.h>
#include <asm/abs_addr.h>
#include <asm/mmu_context.h> #include <asm/mmu_context.h>
#include <asm/iommu.h> #include <asm/iommu.h>
#include <asm/tlbflush.h> #include <asm/tlbflush.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment