mcb: remove unused struct 'mcb_parse_priv'
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 24 Jun 2024 09:01:04 +0000 (11:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Jul 2024 14:41:48 +0000 (16:41 +0200)
'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>
drivers/mcb/mcb-parse.c

index 1ae37e6..a5f8ab9 100644 (file)
@@ -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;    \