Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752249AbdFUWoY (ORCPT ); Wed, 21 Jun 2017 18:44:24 -0400 Received: from 4.mo5.mail-out.ovh.net ([178.33.111.247]:41801 "EHLO 4.mo5.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752090AbdFUWoX (ORCPT ); Wed, 21 Jun 2017 18:44:23 -0400 Subject: Re: linux-next: build failure after merge of the spi-nor tree To: Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List , =?UTF-8?Q?C=c3=a9dric_Le_Goater?= , Marek Vasut References: <20170621121911.28b506b7@canb.auug.org.au> From: Cyrille Pitchen Message-ID: Date: Thu, 22 Jun 2017 00:37:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170621121911.28b506b7@canb.auug.org.au> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 17662554790605182856 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeeljedrledugdduhecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 802 Lines: 31 Hi Stephen, Le 21/06/2017 à 04:19, Stephen Rothwell a écrit : > Hi Cyrille, > > After merging the spi-nor tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/mtd/spi-nor/aspeed-smc.c: In function 'aspeed_smc_chip_set_segment': > drivers/mtd/spi-nor/aspeed-smc.c:554:14: error: 'SZ_128M' undeclared (first use in this function) > size == SZ_128M) { > ^ > > Caused by commit > > bb3a588d2151 ("mtd: spi-nor: aspeed: configure chip window on AHB bus") > > Forgot to include linux/sizes.h. I've squashed the fixup into the faulty patch in the spi-nor/next branch of l2-mtd, so it should be OK now. Thank you for your report and sorry for the noise! Best regards, Cyrille > > I have used the spi-nor tree from next-20170620 for today. >