Re: [PATCH] mtd: nand: xway: fix build failure

2016-12-29 Thread Boris Brezillon
+Hauke Sudip, Marek, On Fri, 23 Dec 2016 10:07:23 +0100 Marek Vasut wrote: > On 12/23/2016 09:17 AM, Sudip Mukherjee wrote: > > The build of mips xway_defconfig was failing with the error: > > > > drivers/mtd/nand/xway_nand.c:235:1: warning: > > data definition has no type or storage class

Re: [PATCH] mtd: nand: xway: fix build failure

2016-12-23 Thread Marek Vasut
On 12/23/2016 09:17 AM, Sudip Mukherjee wrote: > The build of mips xway_defconfig was failing with the error: > > drivers/mtd/nand/xway_nand.c:235:1: warning: > data definition has no type or storage class > MODULE_DEVICE_TABLE(of, xway_nand_match); > ^~~ > drivers/mtd/nand

[PATCH] mtd: nand: xway: fix build failure

2016-12-23 Thread Sudip Mukherjee
The build of mips xway_defconfig was failing with the error: drivers/mtd/nand/xway_nand.c:235:1: warning: data definition has no type or storage class MODULE_DEVICE_TABLE(of, xway_nand_match); ^~~ drivers/mtd/nand/xway_nand.c:235:1: error: type defaults to 'int' i