From: Brian Norris Date: Mon, 10 Nov 2014 21:06:04 +0000 (-0800) Subject: mtd: cafe_nand: drop duplicate .write_page implementation X-Git-Tag: omap-for-v3.19/fixes-rc1~56^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6710247706bfc4e6ad22a124c097964bb713fb8d;p=pandora-kernel.git mtd: cafe_nand: drop duplicate .write_page implementation This write_page() function is functionally equivalent to the default in nand_base.c. Its only difference is in subpage programming support, which cafe_nand.c does not advertise, so the difference is negligible. Signed-off-by: Brian Norris --- Reading git-diff-tree failed