Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / arch / arm / mach-omap1 / gpio15xx.c
index f79c6ae..399da4c 100644 (file)
@@ -52,7 +52,7 @@ static struct __initdata omap_gpio_platform_data omap15xx_mpu_gpio_config = {
        .regs                   = &omap15xx_mpuio_regs,
 };
 
-static struct __initdata platform_device omap15xx_mpu_gpio = {
+static struct platform_device omap15xx_mpu_gpio = {
        .name           = "omap_gpio",
        .id             = 0,
        .dev            = {
@@ -92,7 +92,7 @@ static struct __initdata omap_gpio_platform_data omap15xx_gpio_config = {
        .regs                   = &omap15xx_gpio_regs,
 };
 
-static struct __initdata platform_device omap15xx_gpio = {
+static struct platform_device omap15xx_gpio = {
        .name           = "omap_gpio",
        .id             = 1,
        .dev            = {