* [PATCH] mtd: nand: atmel_nand: drop unused include
@ 2017-06-13 12:58 Alexandre Belloni
2017-06-13 13:14 ` Boris Brezillon
0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2017-06-13 12:58 UTC (permalink / raw)
To: linux-arm-kernel
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>
---
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 3b2446896147..6bd61acfc2c8 100644
--- a/drivers/mtd/nand/atmel/nand-controller.c
+++ b/drivers/mtd/nand/atmel/nand-controller.c
@@ -64,7 +64,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"
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] mtd: nand: atmel_nand: drop unused include
2017-06-13 12:58 [PATCH] mtd: nand: atmel_nand: drop unused include Alexandre Belloni
@ 2017-06-13 13:14 ` Boris Brezillon
0 siblings, 0 replies; 2+ messages in thread
From: Boris Brezillon @ 2017-06-13 13:14 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, 13 Jun 2017 14:58:42 +0200
Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote:
> The Atmel NAND driver doesn't used anything from
> linux/platform_data/atmel.h, stop including it.
>
Applied.
Thanks,
Boris
> Signed-off-by: Alexandre Belloni <alexandre.belloni@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 3b2446896147..6bd61acfc2c8 100644
> --- a/drivers/mtd/nand/atmel/nand-controller.c
> +++ b/drivers/mtd/nand/atmel/nand-controller.c
> @@ -64,7 +64,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"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-13 13:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-13 12:58 [PATCH] mtd: nand: atmel_nand: drop unused include Alexandre Belloni
2017-06-13 13:14 ` Boris Brezillon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).