2020-04-17 10:16:22

by Yue Haibing

[permalink] [raw]
Subject: [PATCH -next] mtd: rawnand: brcmnand: Remove unused including <linux/version.h>

Remove including <linux/version.h> that don't need it.

Signed-off-by: YueHaibing <[email protected]>
---
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
index e4e3ceeac38f..57076c3d98dc 100644
--- a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
+++ b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
@@ -4,7 +4,6 @@
*/

#include <linux/clk.h>
-#include <linux/version.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
--
2.17.1



2020-04-17 17:36:18

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH -next] mtd: rawnand: brcmnand: Remove unused including <linux/version.h>



On 4/17/2020 3:11 AM, YueHaibing wrote:
> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: YueHaibing <[email protected]>

Acked-by: Florian Fainelli <[email protected]>
--
Florian

2020-04-17 18:44:34

by Kamal Dasu

[permalink] [raw]
Subject: Re: [PATCH -next] mtd: rawnand: brcmnand: Remove unused including <linux/version.h>

On Fri, Apr 17, 2020 at 6:12 AM YueHaibing <[email protected]> wrote:
>
> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: YueHaibing <[email protected]>

Signed-off-by: Kamal Dasu <[email protected]>

> ---
> drivers/mtd/nand/raw/brcmnand/brcmnand.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mtd/nand/raw/brcmnand/brcmnand.c b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
> index e4e3ceeac38f..57076c3d98dc 100644
> --- a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
> +++ b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
> @@ -4,7 +4,6 @@
> */
>
> #include <linux/clk.h>
> -#include <linux/version.h>
> #include <linux/module.h>
> #include <linux/init.h>
> #include <linux/delay.h>
> --
> 2.17.1
>
>
--

2020-04-27 14:47:35

by Miquel Raynal

[permalink] [raw]
Subject: Re: [PATCH -next] mtd: rawnand: brcmnand: Remove unused including <linux/version.h>

Hi Kamal,

Kamal Dasu <[email protected]> wrote on Fri, 17 Apr 2020 14:40:51
-0400:

> On Fri, Apr 17, 2020 at 6:12 AM YueHaibing <[email protected]> wrote:
> >
> > Remove including <linux/version.h> that don't need it.
> >
> > Signed-off-by: YueHaibing <[email protected]>
>
> Signed-off-by: Kamal Dasu <[email protected]>

Can I suppose you meant "Reviewed-by" ?


Thanks,
Miquèl

2020-04-27 15:43:36

by Kamal Dasu

[permalink] [raw]
Subject: Re: [PATCH -next] mtd: rawnand: brcmnand: Remove unused including <linux/version.h>

On Mon, Apr 27, 2020 at 10:43 AM Miquel Raynal
<[email protected]> wrote:
>
> Hi Kamal,
>
> Kamal Dasu <[email protected]> wrote on Fri, 17 Apr 2020 14:40:51
> -0400:
>
> > On Fri, Apr 17, 2020 at 6:12 AM YueHaibing <[email protected]> wrote:
> > >
> > > Remove including <linux/version.h> that don't need it.
> > >
> > > Signed-off-by: YueHaibing <[email protected]>
> >
> > Signed-off-by: Kamal Dasu <[email protected]>
>
> Can I suppose you meant "Reviewed-by" ?
>

Reviewed-by: Kamal Dasu <[email protected]>

>
> Thanks,
> Miquèl

2020-05-10 20:45:44

by Miquel Raynal

[permalink] [raw]
Subject: Re: [PATCH -next] mtd: rawnand: brcmnand: Remove unused including <linux/version.h>

On Fri, 2020-04-17 at 10:11:29 UTC, YueHaibing wrote:
> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: YueHaibing <[email protected]>
> Acked-by: Florian Fainelli <[email protected]>
> Signed-off-by: Kamal Dasu <[email protected]>
> Reviewed-by: Kamal Dasu <[email protected]>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.

Miquel