We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc8b4b commit e320d9cCopy full SHA for e320d9c
drivers/gpio/gpio-xlp.c
@@ -264,7 +264,6 @@ static int xlp_gpio_probe(struct platform_device *pdev)
264
gc->base = 0;
265
gc->parent = &pdev->dev;
266
gc->ngpio = 70;
267
- gc->of_node = pdev->dev.of_node;
268
gc->direction_output = xlp_gpio_dir_output;
269
gc->direction_input = xlp_gpio_dir_input;
270
gc->set = xlp_gpio_set;
@@ -297,8 +296,8 @@ static int xlp_gpio_probe(struct platform_device *pdev)
297
296
298
#ifdef CONFIG_ACPI
299
static const struct acpi_device_id xlp_gpio_acpi_match[] = {
300
- { "BRCM9006", GPIO_VARIANT_VULCAN },
301
- { "CAV9006", GPIO_VARIANT_VULCAN },
+ { "BRCM9006" },
+ { "CAV9006" },
302
{},
303
};
304
MODULE_DEVICE_TABLE(acpi, xlp_gpio_acpi_match);
0 commit comments