[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181004150908.71f9130c@bbrezillon>
Date: Thu, 4 Oct 2018 15:09:08 +0200
From: Boris Brezillon <boris.brezillon@...tlin.com>
To: Ricardo Ribalda Delgado <ricardo.ribalda@...il.com>
Cc: David Woodhouse <dwmw2@...radead.org>,
Brian Norris <computersforpeace@...il.com>,
Marek Vasut <marek.vasut@...il.com>,
Richard Weinberger <richard@....at>,
Zhouyang Jia <jiazhouyang09@...il.com>,
linux-mtd@...ts.infradead.org,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v6 02/10] mtd: physmap_of: Remove unused struct
of_device_id
On Thu, 4 Oct 2018 15:01:02 +0200
Ricardo Ribalda Delgado <ricardo.ribalda@...il.com> wrote:
> This struct does not seem to be used anywhere on the code
>
> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@...il.com>
Already queued that one.
> ---
> drivers/mtd/maps/physmap_of_gemini.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/drivers/mtd/maps/physmap_of_gemini.c b/drivers/mtd/maps/physmap_of_gemini.c
> index 830b1b7e702b..9df62ca721d5 100644
> --- a/drivers/mtd/maps/physmap_of_gemini.c
> +++ b/drivers/mtd/maps/physmap_of_gemini.c
> @@ -44,11 +44,6 @@
>
> #define FLASH_PARALLEL_HIGH_PIN_CNT (1 << 20) /* else low pin cnt */
>
> -static const struct of_device_id syscon_match[] = {
> - { .compatible = "cortina,gemini-syscon" },
> - { },
> -};
> -
> int of_flash_probe_gemini(struct platform_device *pdev,
> struct device_node *np,
> struct map_info *map)
Powered by blists - more mailing lists