diff options
author | Kumar Gala <galak@freescale.com> | 2005-07-27 14:44:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 19:25:56 -0400 |
commit | c64d7b4cea71b6841d9d96d390aed323c9fe1c9d (patch) | |
tree | 1784bcd3381130c6d2fcaa6239f6f79d12a9cdc2 /arch | |
parent | 757569295d4204b4e00dd9294790e09ed5a2ffd2 (diff) |
[PATCH] ppc32: Fix building of TQM8260 board
Added missing include of cpm2.h in correct order to allow TQM8260 to build
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ppc/platforms/tqm8260_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/tqm8260_setup.c b/arch/ppc/platforms/tqm8260_setup.c index a8880bfc034b..3409139330b1 100644 --- a/arch/ppc/platforms/tqm8260_setup.c +++ b/arch/ppc/platforms/tqm8260_setup.c | |||
@@ -16,8 +16,8 @@ | |||
16 | 16 | ||
17 | #include <linux/init.h> | 17 | #include <linux/init.h> |
18 | 18 | ||
19 | #include <asm/immap_cpm2.h> | ||
20 | #include <asm/mpc8260.h> | 19 | #include <asm/mpc8260.h> |
20 | #include <asm/cpm2.h> | ||
21 | #include <asm/machdep.h> | 21 | #include <asm/machdep.h> |
22 | 22 | ||
23 | static int | 23 | static int |