From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Brian Norris <computersforpeace@gmail.com>
Cc: <linux-mtd@lists.infradead.org>,
Brian Foster <brian.foster@maximintegrated.com>
Subject: Re: [PATCH] mtd: partitions: kill unused ecclayout struct
Date: Thu, 12 Nov 2015 09:42:41 +0100 [thread overview]
Message-ID: <20151112094241.598944ec@bbrezillon> (raw)
In-Reply-To: <1447290356-60040-1-git-send-email-computersforpeace@gmail.com>
On Wed, 11 Nov 2015 17:05:56 -0800
Brian Norris <computersforpeace@gmail.com> wrote:
> This field is not used.
>
> Reported here:
>
> http://lists.infradead.org/pipermail/linux-mtd/2015-October/062417.html
>
> Reported-by: Brian Foster <brian.foster@maximintegrated.com>
> Cc: Brian Foster <brian.foster@maximintegrated.com>
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
> Depends on this for killing its last use:
>
> http://patchwork.ozlabs.org/patch/543159/
>
> include/linux/mtd/partitions.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/linux/mtd/partitions.h b/include/linux/mtd/partitions.h
> index 282644c0c5c0..34388ced421a 100644
> --- a/include/linux/mtd/partitions.h
> +++ b/include/linux/mtd/partitions.h
> @@ -41,7 +41,6 @@ struct mtd_partition {
> uint64_t size; /* partition size */
> uint64_t offset; /* offset within the master MTD space */
> uint32_t mask_flags; /* master MTD flags to mask out for this partition */
> - struct nand_ecclayout *ecclayout; /* out of band layout for this partition (NAND only) */
> struct device_node *of_node; /* OF node attached to the partition */
> };
>
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-11-12 8:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-12 1:05 [PATCH] mtd: partitions: kill unused ecclayout struct Brian Norris
2015-11-12 1:08 ` Brian Norris
2015-11-12 8:42 ` Boris Brezillon [this message]
2015-11-12 18:13 ` Brian Norris
2015-11-16 9:59 ` Brian Foster
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=20151112094241.598944ec@bbrezillon \
--to=boris.brezillon@free-electrons.com \
--cc=brian.foster@maximintegrated.com \
--cc=computersforpeace@gmail.com \
--cc=linux-mtd@lists.infradead.org \
/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 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).