Loading drivers/mfd/asic3.c +2 −10 Original line number Diff line number Diff line Loading @@ -723,16 +723,8 @@ static struct tmio_mmc_data asic3_mmc_data = { }; static struct resource asic3_mmc_resources[] = { { .start = ASIC3_SD_CTRL_BASE, .end = ASIC3_SD_CTRL_BASE + 0x3ff, .flags = IORESOURCE_MEM, }, { .start = 0, .end = 0, .flags = IORESOURCE_IRQ, }, DEFINE_RES_MEM(ASIC3_SD_CTRL_BASE, 0x400), DEFINE_RES_IRQ(0) }; static int asic3_mmc_enable(struct platform_device *pdev) Loading Loading
drivers/mfd/asic3.c +2 −10 Original line number Diff line number Diff line Loading @@ -723,16 +723,8 @@ static struct tmio_mmc_data asic3_mmc_data = { }; static struct resource asic3_mmc_resources[] = { { .start = ASIC3_SD_CTRL_BASE, .end = ASIC3_SD_CTRL_BASE + 0x3ff, .flags = IORESOURCE_MEM, }, { .start = 0, .end = 0, .flags = IORESOURCE_IRQ, }, DEFINE_RES_MEM(ASIC3_SD_CTRL_BASE, 0x400), DEFINE_RES_IRQ(0) }; static int asic3_mmc_enable(struct platform_device *pdev) Loading