diff options
author | Frederic Danis <frederic.danis@linux.intel.com> | 2015-08-11 16:35:36 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-08-11 21:26:27 +0200 |
commit | 9e6080936c3e507da60492a8a606bdd1164baa81 (patch) | |
tree | 90e2b14cdac439064e99f4d2408277128cd9c9f3 /net/rfkill | |
parent | 0395ffc1ee0509df11ad830772c22d13627e02ec (diff) | |
download | linux-9e6080936c3e507da60492a8a606bdd1164baa81.tar.gz linux-9e6080936c3e507da60492a8a606bdd1164baa81.tar.bz2 linux-9e6080936c3e507da60492a8a606bdd1164baa81.zip |
net: rfkill: gpio: Remove BCM2E39 support
Power management support for BCM2E39 is now performed in Bluetooth
BCM UART driver.
Signed-off-by: Frederic Danis <frederic.danis@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/rfkill')
-rw-r--r-- | net/rfkill/rfkill-gpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c index d5d58d919552..93127220cb54 100644 --- a/net/rfkill/rfkill-gpio.c +++ b/net/rfkill/rfkill-gpio.c @@ -164,7 +164,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 }, - { "BCM2E39", RFKILL_TYPE_BLUETOOTH }, { "BCM2E3D", RFKILL_TYPE_BLUETOOTH }, { "BCM2E40", RFKILL_TYPE_BLUETOOTH }, { "BCM2E64", RFKILL_TYPE_BLUETOOTH }, |