Received: by 10.213.65.68 with SMTP id h4csp642242imn; Fri, 6 Apr 2018 06:38:35 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+UVwIy9OiiNJB6W6SqG/D4Mx2sfMVrouYdAsW3T2x+1XwNGI7c1C6nzUqLPFP4T3CMgatt X-Received: by 2002:a17:902:22a:: with SMTP id 39-v6mr27654978plc.128.1523021915464; Fri, 06 Apr 2018 06:38:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523021915; cv=none; d=google.com; s=arc-20160816; b=AW7qScp9RWSloNRGWLlpiIikERdwNxXEZH/bFFIoLd6ArePcNcBFxFvaAzWJMNRR7v YMlJpMn5pdz7ecqpDVvRwGT1nvd8kf1giYlWfTrGPMf57y5XWHBEztMOlGFdbyH1RN2A Sgex77cfRvnJX5i54/7WhjZqnvczqFP9w2G/amDbTQQvGZTTAxP42MMm2jEJmQGTqUp5 aJOsltX+bYIhVqzWL2vz/HyFWrtxvgnXwXng/1SVVUQYJ0tyiAeDRFjfW9JFpjwVMwXo 40aDHbdWGJuwv1LvTfxgz/SdS6ySN8jwDIyumvJbdNozK6siYDN5GGnruPqITPihnoN/ 6FbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=FJ4oY4SKVayKaEkQooPXfSsMrGvPhQgh52H5/VxXHhc=; b=aKmKIkizzueV7yMjXiJNKdY5pxDLY+5KAm9IHkcOwDM3QSs3ZFu+yZilSuuqj2D6lg noRnf8ADTOS8pH9ADFwiinQBWUZJ01CbDHChM8tl1ygqKrFbZnagnKeEX9T9nfUuNx/U HQknptZNviR8nbg6XRM7jK75m11ouPDzWgPLV927+CsjGCT5J7u3ggP0JOfipp31JR5k HtHTpcMD1mii3nCgB7qPfiE75HMeOvwyXihU9H3gHwoEhltgYGoZtKV4cIgZbr/4ht+m divqIR2Gd7yYv14OrlpMYZ8XZrSD3sdzn8bf0LUFZUs1OpLojY3tgLe/+JdvtHb94XdU c8Fg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a1-v6si8149319pld.529.2018.04.06.06.38.21; Fri, 06 Apr 2018 06:38:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932189AbeDFNhD (ORCPT + 99 others); Fri, 6 Apr 2018 09:37:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60278 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932132AbeDFNhB (ORCPT ); Fri, 6 Apr 2018 09:37:01 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 2E8F4C77; Fri, 6 Apr 2018 13:36:53 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Florian Fainelli , Arnd Bergmann Subject: [PATCH 4.9 099/102] Revert "spi: bcm-qspi: shut up warning about cfi header inclusion" Date: Fri, 6 Apr 2018 15:24:20 +0200 Message-Id: <20180406084345.286785658@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180406084331.507038179@linuxfoundation.org> References: <20180406084331.507038179@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Greg Kroah-Hartman This reverts commit c30e6636ce101fd61331092c490b9d9c55b2d143. Florian writes: Sorry for noticing so late, but this appears to be bogus, there is no MTD_NORFLASH symbol being defined in 4.9, in fact I can't find this Kconfig symbol in any kernel version, so this effectively results in the driver no longer being selectable, so this sure does silence the warning. It's not good to just disable a whole driver :( So let's revert the patch for now, Arnd can work on a better build fix... Reported-by: Florian Fainelli Cc: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- drivers/spi/Kconfig | 1 - 1 file changed, 1 deletion(-) --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -156,7 +156,6 @@ config SPI_BCM63XX_HSSPI config SPI_BCM_QSPI tristate "Broadcom BSPI and MSPI controller support" depends on ARCH_BRCMSTB || ARCH_BCM || ARCH_BCM_IPROC || COMPILE_TEST - depends on MTD_NORFLASH default ARCH_BCM_IPROC help Enables support for the Broadcom SPI flash and MSPI controller.