Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor'
[deliverable/linux.git] / drivers / mfd / vexpress-sysreg.c
index 855c0204f09ae50b4986c13fb54bbbb601b6bc0f..201a3ea2a9d3045eaabf961c9db15d44aa340c8e 100644 (file)
@@ -202,7 +202,7 @@ static int vexpress_sysreg_probe(struct platform_device *pdev)
        bgpio_init(mmc_gpio_chip, &pdev->dev, 0x4, base + SYS_MCI,
                        NULL, NULL, NULL, NULL, 0);
        mmc_gpio_chip->ngpio = 2;
-       gpiochip_add(mmc_gpio_chip);
+       gpiochip_add_data(mmc_gpio_chip, NULL);
 
        return mfd_add_devices(&pdev->dev, PLATFORM_DEVID_AUTO,
                        vexpress_sysreg_cells,
This page took 0.02417 seconds and 5 git commands to generate.