dma: ipu: remove the use of ipu_platform_data
[deliverable/linux.git] / arch / arm / mach-imx / mx31lilly-db.c
index 2df625bdc71ee50b9eb441dff9d3ee4416df4b64..29e890f92055ef697f72f0b32b3fb7009a9a1c68 100644 (file)
@@ -162,10 +162,6 @@ static const struct imxmmc_platform_data mmc_pdata __initconst = {
 };
 
 /* Framebuffer support */
-static const struct ipu_platform_data ipu_data __initconst = {
-       .irq_base = MXC_IPU_IRQ_START,
-};
-
 static const struct fb_videomode fb_modedb = {
        /* 640x480 TFT panel (IPS-056T) */
        .name           = "CRT-VGA",
@@ -199,7 +195,7 @@ static void __init mx31lilly_init_fb(void)
                return;
        }
 
-       imx31_add_ipu_core(&ipu_data);
+       imx31_add_ipu_core();
        imx31_add_mx3_sdc_fb(&fb_pdata);
        gpio_direction_output(LCD_VCC_EN_GPIO, 1);
 }
This page took 0.135824 seconds and 5 git commands to generate.