mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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>
This commit is contained in:
parent
b4a2adbf35
commit
643980fb08
@ -667,7 +667,6 @@ struct stm32_fractional_divider {
|
||||
void __iomem *mreg;
|
||||
u8 mshift;
|
||||
u8 mwidth;
|
||||
u32 mmask;
|
||||
|
||||
void __iomem *nreg;
|
||||
u8 nshift;
|
||||
|
Loading…
Reference in New Issue
Block a user