diff options
Diffstat (limited to 'drivers/gpio/gpio-amdpt.c')
-rw-r--r-- | drivers/gpio/gpio-amdpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-amdpt.c b/drivers/gpio/gpio-amdpt.c index 569b424efb5a..9b78dc837603 100644 --- a/drivers/gpio/gpio-amdpt.c +++ b/drivers/gpio/gpio-amdpt.c | |||
@@ -145,6 +145,7 @@ static int pt_gpio_remove(struct platform_device *pdev) | |||
145 | 145 | ||
146 | static const struct acpi_device_id pt_gpio_acpi_match[] = { | 146 | static const struct acpi_device_id pt_gpio_acpi_match[] = { |
147 | { "AMDF030", 0 }, | 147 | { "AMDF030", 0 }, |
148 | { "AMDIF030", 0 }, | ||
148 | { }, | 149 | { }, |
149 | }; | 150 | }; |
150 | MODULE_DEVICE_TABLE(acpi, pt_gpio_acpi_match); | 151 | MODULE_DEVICE_TABLE(acpi, pt_gpio_acpi_match); |