Skip to content

Commit 643980f

Browse files
tititiou36bebarino
authored andcommitted
clk: stm32h7: Remove an unused field in struct stm32_fractional_divider
'mmask' has never been used in this driver. Remove it. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/e08a470fbd6151ebd83a548714c08807a80a8ad0.1680364296.git.christophe.jaillet@wanadoo.fr Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent b4a2adb commit 643980f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/clk/clk-stm32h7.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@ struct stm32_fractional_divider {
667667
void __iomem *mreg;
668668
u8 mshift;
669669
u8 mwidth;
670-
u32 mmask;
671670

672671
void __iomem *nreg;
673672
u8 nshift;

0 commit comments

Comments
 (0)