Skip to content

Commit 5677925

Browse files
tititiou36bebarino
authored andcommitted
clk: highbank: Remove an unused field in struct hb_clk
In "struct hb_clk", the 'parent_name' field is unused. Remove it. Found with cppcheck, unusedStructMember. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/90b19f2af3077075d4254e01d5ae919c423d067e.1713016457.git.christophe.jaillet@wanadoo.fr Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 4acfeec commit 5677925

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/clk/clk-highbank.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
struct hb_clk {
3838
struct clk_hw hw;
3939
void __iomem *reg;
40-
char *parent_name;
4140
};
4241
#define to_hb_clk(p) container_of(p, struct hb_clk, hw)
4342

0 commit comments

Comments
 (0)