Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[linux-2.6-microblaze.git] / drivers / clk / rockchip / clk-cpu.c
index 0dc478a..fa9027f 100644 (file)
  */
 struct rockchip_cpuclk {
        struct clk_hw                           hw;
-
-       struct clk_mux                          cpu_mux;
-       const struct clk_ops                    *cpu_mux_ops;
-
        struct clk                              *alt_parent;
        void __iomem                            *reg_base;
        struct notifier_block                   clk_nb;