diff options
Diffstat (limited to 'arch/sh/boards/mach-se/770x/setup.c')
-rw-r--r-- | arch/sh/boards/mach-se/770x/setup.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/770x/setup.c b/arch/sh/boards/mach-se/770x/setup.c index 9123d9687bf7..527eb6b12610 100644 --- a/arch/sh/boards/mach-se/770x/setup.c +++ b/arch/sh/boards/mach-se/770x/setup.c | |||
@@ -8,8 +8,9 @@ | |||
8 | */ | 8 | */ |
9 | #include <linux/init.h> | 9 | #include <linux/init.h> |
10 | #include <linux/platform_device.h> | 10 | #include <linux/platform_device.h> |
11 | #include <asm/machvec.h> | ||
12 | #include <mach-se/mach/se.h> | 11 | #include <mach-se/mach/se.h> |
12 | #include <mach-se/mach/mrshpc.h> | ||
13 | #include <asm/machvec.h> | ||
13 | #include <asm/io.h> | 14 | #include <asm/io.h> |
14 | #include <asm/smc37c93x.h> | 15 | #include <asm/smc37c93x.h> |
15 | #include <asm/heartbeat.h> | 16 | #include <asm/heartbeat.h> |
@@ -175,6 +176,7 @@ static struct platform_device *se_devices[] __initdata = { | |||
175 | 176 | ||
176 | static int __init se_devices_setup(void) | 177 | static int __init se_devices_setup(void) |
177 | { | 178 | { |
179 | mrshpc_setup_windows(); | ||
178 | return platform_add_devices(se_devices, ARRAY_SIZE(se_devices)); | 180 | return platform_add_devices(se_devices, ARRAY_SIZE(se_devices)); |
179 | } | 181 | } |
180 | device_initcall(se_devices_setup); | 182 | device_initcall(se_devices_setup); |