[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240624090104.12871-2-jth@kernel.org>
Date: Mon, 24 Jun 2024 11:01:04 +0200
From: Johannes Thumshirn <jth@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-kernel@...r.kernel.org,
"Dr. David Alan Gilbert" <linux@...blig.org>,
Johannes Thumshirn <jth@...nel.org>
Subject: [PATCH 1/1] mcb: remove unused struct 'mcb_parse_priv'
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>
Signed-off-by: Johannes Thumshirn <jth@...nel.org>
---
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.43.0
Powered by blists - more mailing lists