diff options
Diffstat (limited to 'arch/ppc/platforms/85xx/stx_gp3.c')
-rw-r--r-- | arch/ppc/platforms/85xx/stx_gp3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/85xx/stx_gp3.c b/arch/ppc/platforms/85xx/stx_gp3.c index 731b40eacfd..8748da3b3e0 100644 --- a/arch/ppc/platforms/85xx/stx_gp3.c +++ b/arch/ppc/platforms/85xx/stx_gp3.c | |||
@@ -54,7 +54,6 @@ | |||
54 | 54 | ||
55 | #include <syslib/cpm2_pic.h> | 55 | #include <syslib/cpm2_pic.h> |
56 | #include <syslib/ppc85xx_common.h> | 56 | #include <syslib/ppc85xx_common.h> |
57 | #include <syslib/ppc85xx_rio.h> | ||
58 | 57 | ||
59 | 58 | ||
60 | unsigned char __res[sizeof(bd_t)]; | 59 | unsigned char __res[sizeof(bd_t)]; |
@@ -270,6 +269,7 @@ int mpc85xx_exclude_device(u_char bus, u_char devfn) | |||
270 | #endif /* CONFIG_PCI */ | 269 | #endif /* CONFIG_PCI */ |
271 | 270 | ||
272 | #ifdef CONFIG_RAPIDIO | 271 | #ifdef CONFIG_RAPIDIO |
272 | extern void mpc85xx_rio_setup(int law_start, int law_size); | ||
273 | void | 273 | void |
274 | platform_rio_init(void) | 274 | platform_rio_init(void) |
275 | { | 275 | { |