From 6710247706bfc4e6ad22a124c097964bb713fb8d Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Mon, 10 Nov 2014 13:06:04 -0800 Subject: [PATCH] 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-format-patch failed