diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-06-13 14:58:42 +0200 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-06-13 15:06:55 +0200 |
commit | d690694be93332cf7a91a6024b0598601f5f993a (patch) | |
tree | 625c21dff99672016c2420d12dcc07e811978397 /drivers/mtd | |
parent | mtd: nand: denali_dt: add compatible strings for UniPhier SoC variants (diff) | |
download | linux-d690694be93332cf7a91a6024b0598601f5f993a.tar.xz linux-d690694be93332cf7a91a6024b0598601f5f993a.zip |
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@free-electrons.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/nand/atmel/nand-controller.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/atmel/nand-controller.c b/drivers/mtd/nand/atmel/nand-controller.c index d24e67b95167..d922a88e407f 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" |