Merge branch 'devel' into next
[sfrench/cifs-2.6.git] / arch / sh / boards / mach-se / 770x / setup.c
index 9123d9687bf7c0c0ea07be94dd76e5b630644d82..527eb6b12610289248be45bff91d28dc66b993fc 100644 (file)
@@ -8,8 +8,9 @@
  */
 #include <linux/init.h>
 #include <linux/platform_device.h>
-#include <asm/machvec.h>
 #include <mach-se/mach/se.h>
+#include <mach-se/mach/mrshpc.h>
+#include <asm/machvec.h>
 #include <asm/io.h>
 #include <asm/smc37c93x.h>
 #include <asm/heartbeat.h>
@@ -175,6 +176,7 @@ static struct platform_device *se_devices[] __initdata = {
 
 static int __init se_devices_setup(void)
 {
+       mrshpc_setup_windows();
        return platform_add_devices(se_devices, ARRAY_SIZE(se_devices));
 }
 device_initcall(se_devices_setup);