From mboxrd@z Thu Jan 1 00:00:00 1970 From: miquel.raynal@bootlin.com (Miquel Raynal) Date: Wed, 26 Sep 2018 15:24:10 +0200 Subject: [PATCH 2/2] ARM: ixp4xx: include linux/mtd/platnand.h In-Reply-To: <20180926130458.2406549-2-arnd@arndb.de> References: <20180926130458.2406549-1-arnd@arndb.de> <20180926130458.2406549-2-arnd@arndb.de> Message-ID: <20180926152410.454560f0@xps13> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Arnd, Arnd Bergmann wrote on Wed, 26 Sep 2018 15:04:39 +0200: > The platform_nand_data structure definition is required for ixdp425 > but has now moved to a new header file: > > arch/arm/mach-ixp4xx/ixdp425-setup.c:98:15: error: variable 'ixdp425_flash_nand_data' has initializer but incomplete type > static struct platform_nand_data ixdp425_flash_nand_data = { > ^~~~~~~~~~~~~~~~~~ > arch/arm/mach-ixp4xx/ixdp425-setup.c:99:3: error: 'struct platform_nand_data' has no member named 'chip' > > Fixes: 19cf5dfa3a31 ("mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h") > Signed-off-by: Arnd Bergmann > --- Reviewed-by: Miquel Raynal Thanks, Miqu?l