Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753101AbbKBJDo (ORCPT ); Mon, 2 Nov 2015 04:03:44 -0500 Received: from mail-wm0-f44.google.com ([74.125.82.44]:36226 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752337AbbKBJDj (ORCPT ); Mon, 2 Nov 2015 04:03:39 -0500 Date: Mon, 2 Nov 2015 10:03:37 +0100 From: Valentin Rothberg To: zajec5@gmail.com Cc: kvalo@codeaurora.org, linux-kernel@vger.kernel.org, Andreas Ziegler Subject: b43: removal of B43_PCMCIA Message-ID: <20151102090337.GA100007@vm-valentin> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 875 Lines: 23 Hi Rafal, your commit 399500da18f7 ("ssb: pick PCMCIA host code support from b43 driver") has shown up in today's Linux next tree (i.e., next-20151102) and removes the Kconfig option B43_PCMCIA and references on it in the code. However the commit misses to remove the following reference: drivers/net/wireless/b43/main.c:5829:#ifdef CONFIG_B43_PCMCIA drivers/net/wireless/b43/main.c-5830- feat_pcmcia = "M"; drivers/net/wireless/b43/main.c-5831-#endif Is it by purpose? In case not, I can send a trivial patch to remove those three lines. I detected the issue with scripts/checkkconfigsymbols.py. Kind regards, Valentin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/