kernel/drivers/clk/meson/meson-aoclk.h
.. .. @@ -11,15 +11,18 @@ 11 11 #ifndef __MESON_AOCLK_H__ 12 12 #define __MESON_AOCLK_H__ 13 13 14 +#include <linux/clk-provider.h>14 15 #include <linux/platform_device.h> 16 +#include <linux/regmap.h>15 17 #include <linux/reset-controller.h> 18 +16 19 #include "clk-regmap.h" 17 20 18 21 struct meson_aoclk_data { 19 22 const unsigned int reset_reg; 20 23 const int num_reset; 21 24 const unsigned int *reset; 22 - int num_clks;25 + const int num_clks;23 26 struct clk_regmap **clks; 24 27 const struct clk_hw_onecell_data *hw_data; 25 28 };