mtd: nand: atmel: drop unused include

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Thu Jul 13 10:59:19 PDT 2017


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=d690694be93332cf7a91a6024b0598601f5f993a
Commit:     d690694be93332cf7a91a6024b0598601f5f993a
Parent:     91300dd67baec4f046aa76e3a2e8222d15cc76e9
Author:     Alexandre Belloni <alexandre.belloni at free-electrons.com>
AuthorDate: Tue Jun 13 14:58:42 2017 +0200
Committer:  Boris Brezillon <boris.brezillon at free-electrons.com>
CommitDate: Tue Jun 13 15:06:55 2017 +0200

    mtd: nand: atmel: drop unused include
    
    The Atmel NAND driver doesn't used anything from
    linux/platform_data/atmel.h, stop including it.
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>
    Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
---
 drivers/mtd/nand/atmel/nand-controller.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/nand/atmel/nand-controller.c b/drivers/mtd/nand/atmel/nand-controller.c
index d24e67b..d922a88 100644
--- a/drivers/mtd/nand/atmel/nand-controller.c
+++ b/drivers/mtd/nand/atmel/nand-controller.c
@@ -65,7 +65,6 @@
 #include <linux/of_platform.h>
 #include <linux/iopoll.h>
 #include <linux/platform_device.h>
-#include <linux/platform_data/atmel.h>
 #include <linux/regmap.h>
 
 #include "pmecc.h"



More information about the linux-mtd-cvs mailing list