summaryrefslogtreecommitdiff
path: root/drivers/mcb/mcb-parse.c
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2024-06-24 11:01:04 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-07-03 16:41:48 +0200
commit2f3fd91b9e6e744fce3cde4e1f8dd6f320548c0e (patch)
treef9fb56977628d7c3f131b78361127a6d92f6fda7 /drivers/mcb/mcb-parse.c
parentb45c696c27d6a93917f980a55eaf96a4d08f0e0d (diff)
mcb: remove unused struct 'mcb_parse_priv'
'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@treblig.org> Signed-off-by: Johannes Thumshirn <jth@kernel.org> Link: https://lore.kernel.org/r/20240624090104.12871-2-jth@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mcb/mcb-parse.c')
-rw-r--r--drivers/mcb/mcb-parse.c5
1 files changed, 0 insertions, 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; \