aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/iommu.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-11-13 12:10:58 -0500
committerArnd Bergmann <arnd@arndb.de>2007-12-18 19:00:02 -0500
commitd8caf74f1bb82817f8efbd071bf4ecc83adf296a (patch)
treeea6b9ec64468088b25e87b998ef69c18e46087d9 /arch/powerpc/platforms/cell/iommu.c
parent23666ebc15456e297448ed2b6745ac0bb5bd26a2 (diff)
[POWERPC] cell: Convert #include of asm/of_{platform, device}.h into linux/of_{platform, device}.h.
Signed-off-by: Jon Loeliger <jdl@freescale.com> Acked-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/powerpc/platforms/cell/iommu.c')
-rw-r--r--arch/powerpc/platforms/cell/iommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/iommu.c b/arch/powerpc/platforms/cell/iommu.c
index b465494cc24c..39fa2149fd02 100644
--- a/arch/powerpc/platforms/cell/iommu.c
+++ b/arch/powerpc/platforms/cell/iommu.c
@@ -26,13 +26,13 @@
26#include <linux/init.h> 26#include <linux/init.h>
27#include <linux/interrupt.h> 27#include <linux/interrupt.h>
28#include <linux/notifier.h> 28#include <linux/notifier.h>
29#include <linux/of_platform.h>
29 30
30#include <asm/prom.h> 31#include <asm/prom.h>
31#include <asm/iommu.h> 32#include <asm/iommu.h>
32#include <asm/machdep.h> 33#include <asm/machdep.h>
33#include <asm/pci-bridge.h> 34#include <asm/pci-bridge.h>
34#include <asm/udbg.h> 35#include <asm/udbg.h>
35#include <asm/of_platform.h>
36#include <asm/lmb.h> 36#include <asm/lmb.h>
37#include <asm/firmware.h> 37#include <asm/firmware.h>
38#include <asm/cell-regs.h> 38#include <asm/cell-regs.h>