mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 18:03:10 -04:00
i3c: renesas: Drop unused structure member 'resuming'
The struct renesas_i3c::resuming is a leftover from a rebase. It is not used anywhere within the driver. Drop it. Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Link: https://patch.msgid.link/20260721191618.1850795-1-claudiu.beznea+renesas@tuxon.dev Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
committed by
Alexandre Belloni
parent
9cd3db0cda
commit
2cdb9c2138
@@ -262,7 +262,6 @@ struct renesas_i3c {
|
||||
u8 addrs[RENESAS_I3C_MAX_DEVS];
|
||||
unsigned long rate;
|
||||
enum i3c_internal_state internal_state;
|
||||
bool resuming;
|
||||
u32 free_pos;
|
||||
u32 dyn_addr;
|
||||
u32 i2c_STDBR;
|
||||
|
||||
Reference in New Issue
Block a user