diff options
author | Paul Mackerras <paulus@samba.org> | 2007-11-19 19:39:26 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-11-19 19:39:26 -0500 |
commit | b22da92f2cf52b3c51dd9a45abb658b1414b0784 (patch) | |
tree | 7c602fb1b2d1de588fbfde6bb53662b3a1f8cb8a /arch/powerpc/platforms/40x/walnut.c | |
parent | 52142e756e9bf6485d3d53596e8aff2e816a7253 (diff) | |
parent | 3d1d662ef423adf6947a37e230f4d7e8ed7c9544 (diff) |
Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into merge
Diffstat (limited to 'arch/powerpc/platforms/40x/walnut.c')
-rw-r--r-- | arch/powerpc/platforms/40x/walnut.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/40x/walnut.c b/arch/powerpc/platforms/40x/walnut.c index eb0c136b1c44..ff6db2431798 100644 --- a/arch/powerpc/platforms/40x/walnut.c +++ b/arch/powerpc/platforms/40x/walnut.c | |||
@@ -17,12 +17,13 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
20 | #include <linux/of_platform.h> | ||
21 | |||
20 | #include <asm/machdep.h> | 22 | #include <asm/machdep.h> |
21 | #include <asm/prom.h> | 23 | #include <asm/prom.h> |
22 | #include <asm/udbg.h> | 24 | #include <asm/udbg.h> |
23 | #include <asm/time.h> | 25 | #include <asm/time.h> |
24 | #include <asm/uic.h> | 26 | #include <asm/uic.h> |
25 | #include <asm/of_platform.h> | ||
26 | 27 | ||
27 | static struct of_device_id walnut_of_bus[] = { | 28 | static struct of_device_id walnut_of_bus[] = { |
28 | { .compatible = "ibm,plb3", }, | 29 | { .compatible = "ibm,plb3", }, |