Commit 57b323b3 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Lee Jones

mfd: ssbi: Remove unused field 'slave' from 'struct ssbi'

In 'struct ssbi, the 'slave' field is unused. Remove it.

Found with cppcheck, unusedStructMember.
Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/8a76de25cefb533d94dfe35062bbd9a8e72f4bb9.1713971415.git.christophe.jaillet@wanadoo.frSigned-off-by: default avatarLee Jones <lee@kernel.org>
parent 9e36775c
...@@ -64,7 +64,6 @@ enum ssbi_controller_type { ...@@ -64,7 +64,6 @@ enum ssbi_controller_type {
}; };
struct ssbi { struct ssbi {
struct device *slave;
void __iomem *base; void __iomem *base;
spinlock_t lock; spinlock_t lock;
enum ssbi_controller_type controller_type; enum ssbi_controller_type controller_type;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment