]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: fix compile error for gpmi-nand
authorHuang Shijie <b32955@freescale.com>
Tue, 13 Dec 2011 15:48:05 +0000 (23:48 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:10:39 +0000 (14:10 +0200)
commit3ef953df5c2998daf1eed8f6ae96b1437599fea4
treee480864f38384a30cf6aac4b51d05b35a938c376
parent30eb577876f67896ca4eb3a176e9e65c1b594bda
mtd: fix compile error for gpmi-nand

The driver gpmi-nand should compile at least.  This patch adds the
missing gpmi-nand.h to fix the compile error below.

  CC      drivers/mtd/nand/gpmi-nand/gpmi-nand.o
  CC      drivers/mtd/nand/gpmi-nand/gpmi-lib.o
drivers/mtd/nand/gpmi-nand/gpmi-nand.c:25:33: fatal error: linux/mtd/gpmi-nand.h: No such file or directory
drivers/mtd/nand/gpmi-nand/gpmi-lib.c:21:33: fatal error: linux/mtd/gpmi-nand.h: No such file or directory

This header is grabbed from patch below, which has not been postponed
for merging.

  [PATCH v8 1/4] ARM: mxs: add GPMI-NAND support for imx23/imx28
  http://permalink.gmane.org/gmane.linux.drivers.mtd/37338

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
include/linux/mtd/gpmi-nand.h [new file with mode: 0644]