mtd: nand: atmel: drop unused include
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 13 Jun 2017 12:58:42 +0000 (14:58 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Tue, 13 Jun 2017 13:06:55 +0000 (15:06 +0200)
The Atmel NAND driver doesn't used anything from
linux/platform_data/atmel.h, stop including it.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/atmel/nand-controller.c

index d24e67b..d922a88 100644 (file)
@@ -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"