diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2017-12-14 07:03:52 +0100 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-12-18 17:37:52 +0100 |
commit | 24f648c2ba5d4492ce6c923c9cf3fdb3c6d821bd (patch) | |
tree | ff6ca8a94bc3ddd8d466339e41d0df5600a5ead9 /drivers/mtd/onenand | |
parent | 0598344df0f093eba3c6e0af3caa934929c4b3aa (diff) | |
download | linux-24f648c2ba5d4492ce6c923c9cf3fdb3c6d821bd.tar.bz2 |
mtd: onenand: samsung: Remove a useless include
This include is not needed, so remove it.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/mtd/onenand')
-rw-r--r-- | drivers/mtd/onenand/samsung.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/onenand/samsung.c b/drivers/mtd/onenand/samsung.c index 7e84a1bb91f3..dfdfb478ba35 100644 --- a/drivers/mtd/onenand/samsung.c +++ b/drivers/mtd/onenand/samsung.c @@ -25,8 +25,6 @@ #include <linux/interrupt.h> #include <linux/io.h> -#include <asm/mach/flash.h> - #include "samsung.h" enum soc_type { |