Revert "ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs"

This reverts commit f6308b36c411 (ACPI: Add BayTrail SoC GPIO and LPSS
ACPI IDs), because it causes the Alan Cox' ASUS T100TA to "crash and
burn" during boot if the Baytrail pinctrl driver is compiled in.

Fixes: f6308b36c411 (ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs)
Reported-by: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
Requested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

Changed files
-2
drivers
-1
drivers/acpi/acpi_lpss.c
··· 162 162 { "80860F14", (unsigned long)&byt_sdio_dev_desc }, 163 163 { "80860F41", (unsigned long)&byt_i2c_dev_desc }, 164 164 { "INT33B2", }, 165 - { "INT33FC", }, 166 165 167 166 { "INT3430", (unsigned long)&lpt_dev_desc }, 168 167 { "INT3431", (unsigned long)&lpt_dev_desc },
-1
drivers/pinctrl/pinctrl-baytrail.c
··· 512 512 513 513 static const struct acpi_device_id byt_gpio_acpi_match[] = { 514 514 { "INT33B2", 0 }, 515 - { "INT33FC", 0 }, 516 515 { } 517 516 }; 518 517 MODULE_DEVICE_TABLE(acpi, byt_gpio_acpi_match);