summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpi_pnp.c
diff options
context:
space:
mode:
authorJin Yao <yao.jin@linux.intel.com>2014-09-22 10:31:14 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-09-24 16:27:24 -0700
commit042e1c79166b9250edd8262bea84e1703f27ad2e (patch)
tree2a734d6d5d8025e19611bdef4d5786856ad14ca9 /drivers/acpi/acpi_pnp.c
parent05f7588c3c1641f64af93dc042947bbac35f39f6 (diff)
downloadop-kernel-dev-042e1c79166b9250edd8262bea84e1703f27ad2e.zip
op-kernel-dev-042e1c79166b9250edd8262bea84e1703f27ad2e.tar.gz
Input: soc_button_array - convert to platform bus
ACPI device enumeration mechanism changed a lot since 3.16-rc1. ACPI device objects with _HID will be enumerated to platform bus by default. For the existing PNP drivers that probe the PNPACPI devices, the device ids are listed explicitly in drivers/acpi/acpi_pnp.c. But ACPI folks will continue their effort on shrinking this id list by converting the PNP drivers to platform drivers, for the devices that don't belong to PNP bus in nature. Signed-off-by: Jin Yao <yao.jin@intel.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/acpi/acpi_pnp.c')
-rw-r--r--drivers/acpi/acpi_pnp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/acpi_pnp.c b/drivers/acpi/acpi_pnp.c
index 996fa19..1f8b204 100644
--- a/drivers/acpi/acpi_pnp.c
+++ b/drivers/acpi/acpi_pnp.c
@@ -15,8 +15,6 @@
#include <linux/ctype.h>
static const struct acpi_device_id acpi_pnp_device_ids[] = {
- /* soc_button_array */
- {"PNP0C40"},
/* pata_isapnp */
{"PNP0600"}, /* Generic ESDI/IDE/ATA compatible hard disk controller */
/* floppy */
OpenPOWER on IntegriCloud