--- zzzz-none-000/linux-4.4.60/drivers/clk/qcom/clk-regmap-mux.h 2017-04-08 07:53:53.000000000 +0000 +++ scorpion-7490-727/linux-4.4.60/drivers/clk/qcom/clk-regmap-mux.h 2021-02-04 17:41:59.000000000 +0000 @@ -16,11 +16,13 @@ #include #include "clk-regmap.h" +#include "clk-rcg.h" struct clk_regmap_mux { u32 reg; u32 shift; u32 width; + const struct parent_map *parent_map; struct clk_regmap clkr; };