* [PATCH 0/1] mcb update for 6.11
@ 2024-06-24 9:01 Johannes Thumshirn
2024-06-24 9:01 ` [PATCH 1/1] mcb: remove unused struct 'mcb_parse_priv' Johannes Thumshirn
0 siblings, 1 reply; 2+ messages in thread
From: Johannes Thumshirn @ 2024-06-24 9:01 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-kernel, Johannes Thumshirn
Hi Greg,
here is one update for mcb I've collected for 6.11 from David removing an
unused structure.
Dr. David Alan Gilbert (1):
mcb: remove unused struct 'mcb_parse_priv'
drivers/mcb/mcb-parse.c | 5 -----
1 file changed, 5 deletions(-)
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] mcb: remove unused struct 'mcb_parse_priv'
2024-06-24 9:01 [PATCH 0/1] mcb update for 6.11 Johannes Thumshirn
@ 2024-06-24 9:01 ` Johannes Thumshirn
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Thumshirn @ 2024-06-24 9:01 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: linux-kernel, Dr. David Alan Gilbert, Johannes Thumshirn
From: "Dr. David Alan Gilbert" <linux@treblig.org>
'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>
---
drivers/mcb/mcb-parse.c | 5 -----
1 file changed, 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; \
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-24 9:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-24 9:01 [PATCH 0/1] mcb update for 6.11 Johannes Thumshirn
2024-06-24 9:01 ` [PATCH 1/1] mcb: remove unused struct 'mcb_parse_priv' Johannes Thumshirn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox