Skip to content

Commit 57b323b

Browse files
tititiou36lag-linaro
authored andcommitted
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: Christophe JAILLET <[email protected]> Link: https://lore.kernel.org/r/8a76de25cefb533d94dfe35062bbd9a8e72f4bb9.1713971415.git.christophe.jaillet@wanadoo.fr Signed-off-by: Lee Jones <[email protected]>
1 parent 9e36775 commit 57b323b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mfd/ssbi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ enum ssbi_controller_type {
6464
};
6565

6666
struct ssbi {
67-
struct device *slave;
6867
void __iomem *base;
6968
spinlock_t lock;
7069
enum ssbi_controller_type controller_type;

0 commit comments

Comments
 (0)