mcb: remove unused struct 'mcb_parse_priv'
'mcb_parse_priv' has been unused since the initial
commit 3764e82e51
("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>
This commit is contained in:
parent
b45c696c27
commit
2f3fd91b9e
@ -8,11 +8,6 @@
|
|||||||
|
|
||||||
#include "mcb-internal.h"
|
#include "mcb-internal.h"
|
||||||
|
|
||||||
struct mcb_parse_priv {
|
|
||||||
phys_addr_t mapbase;
|
|
||||||
void __iomem *base;
|
|
||||||
};
|
|
||||||
|
|
||||||
#define for_each_chameleon_cell(dtype, p) \
|
#define for_each_chameleon_cell(dtype, p) \
|
||||||
for ((dtype) = get_next_dtype((p)); \
|
for ((dtype) = get_next_dtype((p)); \
|
||||||
(dtype) != CHAMELEON_DTYPE_END; \
|
(dtype) != CHAMELEON_DTYPE_END; \
|
||||||
|
Loading…
Reference in New Issue
Block a user