Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1664819 > unrolled thread
| Started by | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| First post | 2017-06-13 15:00 +0200 |
| Last post | 2017-06-13 15:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] mtd: nand: atmel_nand: drop unused include Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-06-13 15:00 +0200
Re: [PATCH] mtd: nand: atmel_nand: drop unused include Boris Brezillon <boris.brezillon@free-electrons.com> - 2017-06-13 15:20 +0200
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Date | 2017-06-13 15:00 +0200 |
| Subject | [PATCH] mtd: nand: atmel_nand: drop unused include |
| Message-ID | <tRTAl-859-13@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Date | 2017-06-13 15:20 +0200 |
| Message-ID | <tRTTI-8sf-17@gated-at.bofh.it> |
| In reply to | #1664819 |
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"
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web