diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index db4c760e8645..8bb517b670e3 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -321,6 +321,7 @@ struct clk_hw { * struct clk_fixed_rate - fixed-rate clock * @hw: handle between common and hardware-specific interfaces * @fixed_rate: constant frequency of clock + * @fixed_accuracy: constant accuracy of clock in ppb (parts per billion) */ struct clk_fixed_rate { struct clk_hw hw;