aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <[email protected]>2024-06-24 11:01:04 +0200
committerGreg Kroah-Hartman <[email protected]>2024-07-03 16:41:48 +0200
commit2f3fd91b9e6e744fce3cde4e1f8dd6f320548c0e (patch)
treef9fb56977628d7c3f131b78361127a6d92f6fda7
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 <[email protected]> Signed-off-by: Johannes Thumshirn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-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; \