diff options
| author | Heikki Krogerus <[email protected]> | 2016-01-04 12:23:21 +0000 |
|---|---|---|
| committer | Marcel Holtmann <[email protected]> | 2016-01-04 18:22:05 +0000 |
| commit | d3d20725407955d0bb107939f23535d2e7dadbee (patch) | |
| tree | 8742b1a6cbeaaf9baf68f49082daade5c38aa166 /net/rfkill/rfkill-gpio.c | |
| parent | ieee802154: cc2520: Check CRC & add promiscuous (diff) | |
| download | kernel-d3d20725407955d0bb107939f23535d2e7dadbee.tar.gz kernel-d3d20725407955d0bb107939f23535d2e7dadbee.zip | |
Bluetooth: hci_bcm: move all Broadcom ACPI IDs to BCM HCI driver
The IDs should all be for Broadcom BCM43241 module, and
hci_bcm is now the proper driver for them. This removes one
of two different ways of handling PM with the module.
Cc: Johannes Berg <[email protected]>
Signed-off-by: Heikki Krogerus <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
Diffstat (limited to 'net/rfkill/rfkill-gpio.c')
| -rw-r--r-- | net/rfkill/rfkill-gpio.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c index 93127220cb54..4b1e3f35f06c 100644 --- a/net/rfkill/rfkill-gpio.c +++ b/net/rfkill/rfkill-gpio.c @@ -163,10 +163,6 @@ static int rfkill_gpio_remove(struct platform_device *pdev) #ifdef CONFIG_ACPI static const struct acpi_device_id rfkill_acpi_match[] = { - { "BCM2E1A", RFKILL_TYPE_BLUETOOTH }, - { "BCM2E3D", RFKILL_TYPE_BLUETOOTH }, - { "BCM2E40", RFKILL_TYPE_BLUETOOTH }, - { "BCM2E64", RFKILL_TYPE_BLUETOOTH }, { "BCM4752", RFKILL_TYPE_GPS }, { "LNV4752", RFKILL_TYPE_GPS }, { }, |
