Message ID | 20190402230104.105845-7-sboyd@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Clk documentation updates | expand |
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index edff3c5883bc..a1705a0f08c7 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -307,7 +307,6 @@ struct clk_fixed_rate { struct clk_hw hw; unsigned long fixed_rate; unsigned long fixed_accuracy; - u8 flags; }; #define to_clk_fixed_rate(_hw) container_of(_hw, struct clk_fixed_rate, hw)
This member is never used nor documented in the kerneldoc. Remove it. Signed-off-by: Stephen Boyd <sboyd@kernel.org> --- include/linux/clk-provider.h | 1 - 1 file changed, 1 deletion(-)