Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753124AbdFUCTP (ORCPT ); Tue, 20 Jun 2017 22:19:15 -0400 Received: from ozlabs.org ([103.22.144.67]:42031 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752922AbdFUCTO (ORCPT ); Tue, 20 Jun 2017 22:19:14 -0400 Date: Wed, 21 Jun 2017 12:19:11 +1000 From: Stephen Rothwell To: Cyrille Pitchen Cc: Linux-Next Mailing List , Linux Kernel Mailing List , =?UTF-8?B?Q8OpZHJpYw==?= Le Goater , Marek Vasut Subject: linux-next: build failure after merge of the spi-nor tree Message-ID: <20170621121911.28b506b7@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 544 Lines: 21 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 have used the spi-nor tree from next-20170620 for today. -- Cheers, Stephen Rothwell