aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorMiquel Raynal <[email protected]>2020-09-30 01:01:21 +0200
committerMiquel Raynal <[email protected]>2020-12-10 22:37:30 +0100
commiteb08376a5dd943cf2a7360f236fe20bbd709fa95 (patch)
treef329495ea6b7a822a9ae6441c98b17185660d5ad /include/linux/mtd
parent19b2ce184b9f404d6620adf667a9019e6abcae51 (diff)
mtd: nand: ecc-hamming: Remove useless includes
Most of the includes are simply useless, drop them. Signed-off-by: Miquel Raynal <[email protected]> Link: https://lore.kernel.org/linux-mtd/[email protected]
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/sharpsl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mtd/sharpsl.h b/include/linux/mtd/sharpsl.h
index 3762a90077d6..231bd1c3f408 100644
--- a/include/linux/mtd/sharpsl.h
+++ b/include/linux/mtd/sharpsl.h
@@ -9,7 +9,6 @@
#define _MTD_SHARPSL_H
#include <linux/mtd/rawnand.h>
-#include <linux/mtd/nand-ecc-sw-hamming.h>
#include <linux/mtd/partitions.h>
struct sharpsl_nand_platform_data {