[PATCH 3/4 v3] mtd: onenand: samsung: Remove a useless include

From: Christophe JAILLET
Date: Thu Dec 14 2017 - 01:10:34 EST


This include is not needed, so remove it.

Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
---
Cross-compiled tested-only

v3: new patch in the serie
---
drivers/mtd/onenand/samsung.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/mtd/onenand/samsung.c b/drivers/mtd/onenand/samsung.c
index 206aa90140c9..c21d025fee87 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 {
--
2.14.1