From d79ee72b8ac37f30a2218fec8c2ba9618c306302 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 13 Jan 2015 13:29:17 +0900 Subject: [PATCH] mtd: denali: remove unnecessary stubs This driver uses NAND_ECC_HW_SYNDROME mode. The nand_scan_tail() function would not complain about missing ecc->calculate, ecc->correct, ecc->hwctl handlers. Signed-off-by: Masahiro Yamada Signed-off-by: Brian Norris --- Reading git-format-patch failed