From: Brian Norris Date: Tue, 17 Dec 2013 04:50:32 +0000 (-0800) Subject: mtd: nand: lpc32xx_mlc: drop custom write_page callback X-Git-Tag: v3.14-rc1~65^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e41d0a7102cfd43a3f0e178d37f2e9654f2fd50;p=pandora-kernel.git mtd: nand: lpc32xx_mlc: drop custom write_page callback This driver doesn't need its own custom chip->write_page callback; the only "custom" requirement is that this driver does not support subpage writes, which we can avoid using the NAND_NO_SUBPAGE_WRITE flag. With NAND_NO_SUBPAGE_WRITE, the default routine (nand_write_page()) should perform the equivalent operations. Signed-off-by: Brian Norris Acked-by: Roland Stigge Tested-by: Roland Stigge --- Reading git-diff-tree failed