diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/spi-pxa2xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index d20b31ae96d3..f66995353e70 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c | |||
@@ -1089,6 +1089,7 @@ pxa2xx_spi_acpi_get_pdata(struct platform_device *pdev) | |||
1089 | static struct acpi_device_id pxa2xx_spi_acpi_match[] = { | 1089 | static struct acpi_device_id pxa2xx_spi_acpi_match[] = { |
1090 | { "INT33C0", 0 }, | 1090 | { "INT33C0", 0 }, |
1091 | { "INT33C1", 0 }, | 1091 | { "INT33C1", 0 }, |
1092 | { "80860F0E", 0 }, | ||
1092 | { }, | 1093 | { }, |
1093 | }; | 1094 | }; |
1094 | MODULE_DEVICE_TABLE(acpi, pxa2xx_spi_acpi_match); | 1095 | MODULE_DEVICE_TABLE(acpi, pxa2xx_spi_acpi_match); |