Loading arch/arm/mach-msm/clock-local2.h +0 −9 Original line number Diff line number Diff line Loading @@ -75,15 +75,6 @@ static inline struct rcg_clk *to_rcg_clk(struct clk *clk) extern struct clk_freq_tbl rcg_dummy_freq; /** * struct fixed_clk - fixed rate clock (used for crystal oscillators) * @rate: output rate * @c: clk */ struct fixed_clk { struct clk c; }; /** * struct branch_clk - branch clock * @set_rate: Set the frequency of this branch clock. Loading include/linux/clk/msm-clock-generic.h +8 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,14 @@ #include <linux/clk/msm-clk-provider.h> /** * struct fixed_clk - fixed rate clock * @c: clk */ struct fixed_clk { struct clk c; }; /* ==================== Mux clock ==================== */ struct clk_src { Loading Loading
arch/arm/mach-msm/clock-local2.h +0 −9 Original line number Diff line number Diff line Loading @@ -75,15 +75,6 @@ static inline struct rcg_clk *to_rcg_clk(struct clk *clk) extern struct clk_freq_tbl rcg_dummy_freq; /** * struct fixed_clk - fixed rate clock (used for crystal oscillators) * @rate: output rate * @c: clk */ struct fixed_clk { struct clk c; }; /** * struct branch_clk - branch clock * @set_rate: Set the frequency of this branch clock. Loading
include/linux/clk/msm-clock-generic.h +8 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,14 @@ #include <linux/clk/msm-clk-provider.h> /** * struct fixed_clk - fixed rate clock * @c: clk */ struct fixed_clk { struct clk c; }; /* ==================== Mux clock ==================== */ struct clk_src { Loading