summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/of_device.c
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2008-01-07 19:07:15 +0100
committerPaul Mackerras <paulus@samba.org>2008-01-17 04:58:57 +0100
commit0173d422aa32fa1e5141f1759202b955215c1da2 (patch)
tree74eb63d48a6096241391a366ec40a3ea6ca2ca96 /arch/powerpc/kernel/of_device.c
parent[POWERPC] Check that the syscall table matches the syscall numbers (diff)
downloadlinux-0173d422aa32fa1e5141f1759202b955215c1da2.tar.xz
linux-0173d422aa32fa1e5141f1759202b955215c1da2.zip
[POWERPC] Use <linux/of_{platform, device}.h> and not <asm/...> variants.
Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/of_device.c')
-rw-r--r--arch/powerpc/kernel/of_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/of_device.c b/arch/powerpc/kernel/of_device.c
index 3388ad619996..5748ddb47d9f 100644
--- a/arch/powerpc/kernel/of_device.c
+++ b/arch/powerpc/kernel/of_device.c
@@ -5,10 +5,10 @@
#include <linux/module.h>
#include <linux/mod_devicetable.h>
#include <linux/slab.h>
+#include <linux/of_device.h>
#include <asm/errno.h>
#include <asm/dcr.h>
-#include <asm/of_device.h>
static void of_device_make_bus_id(struct of_device *dev)
{