Skip to content

Commit 2f3fd91

Browse files
Dr. David Alan Gilbertgregkh
authored andcommitted
mcb: remove unused struct 'mcb_parse_priv'
'mcb_parse_priv' has been unused since the initial commit 3764e82 ("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]>
1 parent b45c696 commit 2f3fd91

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/mcb/mcb-parse.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88

99
#include "mcb-internal.h"
1010

11-
struct mcb_parse_priv {
12-
phys_addr_t mapbase;
13-
void __iomem *base;
14-
};
15-
1611
#define for_each_chameleon_cell(dtype, p) \
1712
for ((dtype) = get_next_dtype((p)); \
1813
(dtype) != CHAMELEON_DTYPE_END; \

0 commit comments

Comments
 (0)