Return-Path: From: Frederic Danis To: linux-bluetooth@vger.kernel.org Subject: [PATCH v3 2/4] net: rfkill: gpio: Make BCM2E39 support optional Date: Tue, 11 Aug 2015 11:05:19 +0200 Message-Id: <1439283921-25090-3-git-send-email-frederic.danis@linux.intel.com> In-Reply-To: <1439283921-25090-1-git-send-email-frederic.danis@linux.intel.com> References: <1439283921-25090-1-git-send-email-frederic.danis@linux.intel.com> Content-Type: text/plain; charset="utf-8" Sender: linux-bluetooth-owner@vger.kernel.org List-ID: In case of kernel configured to build Bluetooth BCM UART driver, do not support BCM2E39 in rfkill-gpio. Signed-off-by: Frederic Danis --- net/rfkill/rfkill-gpio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/rfkill/rfkill-gpio.c b/net/rfkill/rfkill-gpio.c index d5d58d9..9312722 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 }, -- 1.9.1