[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZmTEOLKZUJ_D9L-O@gallifrey>
Date: Sat, 8 Jun 2024 20:51:04 +0000
From: "Dr. David Alan Gilbert" <linux@...blig.org>
To: morbidrsa@...il.com
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] mcb: remove unused struct 'mcb_parse_priv'
* linux@...blig.org (linux@...blig.org) wrote:
> From: "Dr. David Alan Gilbert" <linux@...blig.org>
>
> 'mcb_parse_priv' has been unused since the initial
> commit 3764e82e5150 ("drivers: Introduce MEN Chameleon Bus").
>
> Remove it.
>
> Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>
Ping
> ---
> drivers/mcb/mcb-parse.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/drivers/mcb/mcb-parse.c b/drivers/mcb/mcb-parse.c
> index 1ae37e693de0..a5f8ab9a0910 100644
> --- a/drivers/mcb/mcb-parse.c
> +++ b/drivers/mcb/mcb-parse.c
> @@ -8,11 +8,6 @@
>
> #include "mcb-internal.h"
>
> -struct mcb_parse_priv {
> - phys_addr_t mapbase;
> - void __iomem *base;
> -};
> -
> #define for_each_chameleon_cell(dtype, p) \
> for ((dtype) = get_next_dtype((p)); \
> (dtype) != CHAMELEON_DTYPE_END; \
> --
> 2.45.1
>
--
-----Open up your eyes, open up your mind, open up your code -------
/ Dr. David Alan Gilbert | Running GNU/Linux | Happy \
\ dave @ treblig.org | | In Hex /
\ _________________________|_____ http://www.treblig.org |_______/
Powered by blists - more mailing lists