diff options
Diffstat (limited to 'arch/sh/boards/mach-se/7721/setup.c')
-rw-r--r-- | arch/sh/boards/mach-se/7721/setup.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/sh/boards/mach-se/7721/setup.c b/arch/sh/boards/mach-se/7721/setup.c index d3fc80ff4d83..55af4c36b43a 100644 --- a/arch/sh/boards/mach-se/7721/setup.c +++ b/arch/sh/boards/mach-se/7721/setup.c | |||
@@ -12,8 +12,9 @@ | |||
12 | */ | 12 | */ |
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <linux/platform_device.h> | 14 | #include <linux/platform_device.h> |
15 | #include <asm/machvec.h> | ||
16 | #include <mach-se/mach/se7721.h> | 15 | #include <mach-se/mach/se7721.h> |
16 | #include <mach-se/mach/mrshpc.h> | ||
17 | #include <asm/machvec.h> | ||
17 | #include <asm/io.h> | 18 | #include <asm/io.h> |
18 | #include <asm/heartbeat.h> | 19 | #include <asm/heartbeat.h> |
19 | 20 | ||
@@ -74,8 +75,8 @@ static struct platform_device *se7721_devices[] __initdata = { | |||
74 | 75 | ||
75 | static int __init se7721_devices_setup(void) | 76 | static int __init se7721_devices_setup(void) |
76 | { | 77 | { |
77 | return platform_add_devices(se7721_devices, | 78 | mrshpc_setup_windows(); |
78 | ARRAY_SIZE(se7721_devices)); | 79 | return platform_add_devices(se7721_devices, ARRAY_SIZE(se7721_devices)); |
79 | } | 80 | } |
80 | device_initcall(se7721_devices_setup); | 81 | device_initcall(se7721_devices_setup); |
81 | 82 | ||