From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: kyungmin.park@samsung.com, dwmw2@infradead.org,
computersforpeace@gmail.com, marek.vasut@gmail.com,
richard@nod.at, cyrille.pitchen@wedev4u.fr,
linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org
Subject: Re: [PATCH 3/4 v3] mtd: onenand: samsung: Remove a useless include
Date: Mon, 18 Dec 2017 19:58:15 +0000 [thread overview]
Message-ID: <20171218205815.38edd0d2@bbrezillon> (raw)
In-Reply-To: <3841b40286522d07585e773fb62c4c737ebf757b.1513230484.git.christophe.jaillet@wanadoo.fr>
Don't know how you generated the patch series, but this one should be
4/4 and not 3/4.
On Thu, 14 Dec 2017 07:03:52 +0100
Christophe JAILLET <christophe.jaillet@wanadoo.fr> wrote:
> This include is not needed, so remove it.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
> Cross-compiled tested-only
>
> v3: new patch in the serie
> ---
> drivers/mtd/onenand/samsung.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/mtd/onenand/samsung.c b/drivers/mtd/onenand/samsung.c
> index 206aa90140c9..c21d025fee87 100644
> --- a/drivers/mtd/onenand/samsung.c
> +++ b/drivers/mtd/onenand/samsung.c
> @@ -25,8 +25,6 @@
> #include <linux/interrupt.h>
> #include <linux/io.h>
>
> -#include <asm/mach/flash.h>
> -
> #include "samsung.h"
>
> enum soc_type {
WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: kyungmin.park@samsung.com, dwmw2@infradead.org,
computersforpeace@gmail.com, marek.vasut@gmail.com,
richard@nod.at, cyrille.pitchen@wedev4u.fr,
linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org
Subject: Re: [PATCH 3/4 v3] mtd: onenand: samsung: Remove a useless include
Date: Mon, 18 Dec 2017 20:58:15 +0100 [thread overview]
Message-ID: <20171218205815.38edd0d2@bbrezillon> (raw)
In-Reply-To: <3841b40286522d07585e773fb62c4c737ebf757b.1513230484.git.christophe.jaillet@wanadoo.fr>
Don't know how you generated the patch series, but this one should be
4/4 and not 3/4.
On Thu, 14 Dec 2017 07:03:52 +0100
Christophe JAILLET <christophe.jaillet@wanadoo.fr> wrote:
> This include is not needed, so remove it.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
> ---
> Cross-compiled tested-only
>
> v3: new patch in the serie
> ---
> drivers/mtd/onenand/samsung.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/mtd/onenand/samsung.c b/drivers/mtd/onenand/samsung.c
> index 206aa90140c9..c21d025fee87 100644
> --- a/drivers/mtd/onenand/samsung.c
> +++ b/drivers/mtd/onenand/samsung.c
> @@ -25,8 +25,6 @@
> #include <linux/interrupt.h>
> #include <linux/io.h>
>
> -#include <asm/mach/flash.h>
> -
> #include "samsung.h"
>
> enum soc_type {
next prev parent reply other threads:[~2017-12-18 19:58 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-14 6:03 [PATCH 0/4 v3] mtd: onenand: samsung: Simplify code and fix leaks in error handling paths Christophe JAILLET
2017-12-14 6:03 ` Christophe JAILLET
2017-12-14 6:03 ` [PATCH 1/4 v3] mtd: onenand: samsung: use devm_ function to simplify code and fix some leaks Christophe JAILLET
2017-12-14 6:03 ` Christophe JAILLET
2017-12-18 20:03 ` Boris Brezillon
2017-12-18 20:03 ` Boris Brezillon
2017-12-14 6:03 ` [PATCH 2/4 v3] mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' fails Christophe JAILLET
2017-12-14 6:03 ` Christophe JAILLET
2017-12-14 6:03 ` Christophe JAILLET
2017-12-14 6:03 ` [PATCH 3/4 v3] mtd: onenand: samsung: Propagate the error returned by 'onenand_scan()' Christophe JAILLET
2017-12-14 6:03 ` Christophe JAILLET
2017-12-14 6:03 ` [PATCH 3/4 v3] mtd: onenand: samsung: Remove a useless include Christophe JAILLET
2017-12-14 6:03 ` Christophe JAILLET
2017-12-18 19:58 ` Boris Brezillon [this message]
2017-12-18 19:58 ` Boris Brezillon
2017-12-18 20:03 ` [PATCH 0/4 v3] mtd: onenand: samsung: Simplify code and fix leaks in error handling paths Boris Brezillon
2017-12-18 20:03 ` Boris Brezillon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171218205815.38edd0d2@bbrezillon \
--to=boris.brezillon@free-electrons.com \
--cc=christophe.jaillet@wanadoo.fr \
--cc=computersforpeace@gmail.com \
--cc=cyrille.pitchen@wedev4u.fr \
--cc=dwmw2@infradead.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=marek.vasut@gmail.com \
--cc=richard@nod.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.