diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-11-13 12:13:09 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-05 22:44:30 -0500 |
commit | eb8f2763412893147c00e065773f46be5634f263 (patch) | |
tree | 2edbbfe5db5d472546f03fd8dadab58afa24289d /arch/powerpc/sysdev/pmi.c | |
parent | 5f867dc7989023935317d0dc5c04215ea0592bfc (diff) |
[POWERPC] Clean out asm/of_{platform, device}.h from sysdev/
Convert #include of asm/of_{platform, device}.h into
linux/of_{platform,device}.h for remaining arch/powerpc files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/sysdev/pmi.c')
-rw-r--r-- | arch/powerpc/sysdev/pmi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/sysdev/pmi.c b/arch/powerpc/sysdev/pmi.c index 20edd1e94eff..c858749263e0 100644 --- a/arch/powerpc/sysdev/pmi.c +++ b/arch/powerpc/sysdev/pmi.c | |||
@@ -28,9 +28,9 @@ | |||
28 | #include <linux/completion.h> | 28 | #include <linux/completion.h> |
29 | #include <linux/spinlock.h> | 29 | #include <linux/spinlock.h> |
30 | #include <linux/workqueue.h> | 30 | #include <linux/workqueue.h> |
31 | #include <linux/of_device.h> | ||
32 | #include <linux/of_platform.h> | ||
31 | 33 | ||
32 | #include <asm/of_device.h> | ||
33 | #include <asm/of_platform.h> | ||
34 | #include <asm/io.h> | 34 | #include <asm/io.h> |
35 | #include <asm/pmi.h> | 35 | #include <asm/pmi.h> |
36 | #include <asm/prom.h> | 36 | #include <asm/prom.h> |