Re: [PATCH] mtd/nand/docg4: Add missing HAS_IOMEM dependency

2012-09-26 Thread Artem Bityutskiy
On Sat, 2012-09-15 at 00:41 +0200, Peter Huewe wrote: > While building an allyesconfig for UML I received this error message(s): > drivers/mtd/nand/docg4.c: In function 'probe_docg4': > drivers/mtd/nand/docg4.c:1272:2: error: implicit declaration of function > 'ioremap' [-Werror=implicit-functio

Re: [PATCH] mtd/nand/docg4: Add missing HAS_IOMEM dependency

2012-09-15 Thread Mike Dunn
Acked-by: Mike Dunn Sorry for the oversight. Mike On 09/14/2012 03:41 PM, Peter Huewe wrote: > While building an allyesconfig for UML I received this error message(s): > drivers/mtd/nand/docg4.c: In function 'probe_docg4': > drivers/mtd/nand/docg4.c:1272:2: error: implicit declaration of fun

[PATCH] mtd/nand/docg4: Add missing HAS_IOMEM dependency

2012-09-14 Thread Peter Huewe
While building an allyesconfig for UML I received this error message(s): drivers/mtd/nand/docg4.c: In function 'probe_docg4': drivers/mtd/nand/docg4.c:1272:2: error: implicit declaration of function 'ioremap' [-Werror=implicit-function-declaration] drivers/mtd/nand/docg4.c:1272:10: warning: ass