diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-12-18 08:36:57 -0500 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2017-03-08 05:55:51 -0500 |
commit | 923386f761f5ff35da2ac778839876fe4a2f165f (patch) | |
tree | d8736ff8a01a11746d2b8948a47890483cf5290b /include/linux/clk | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) |
clk: ti: remove un-used definitions from public clk_hw_omap struct
Clksel support has been deprecated a while back, so remove these from
the struct also.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/linux/clk')
-rw-r--r-- | include/linux/clk/ti.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index 6110fe09ed18..07308db5a15d 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h | |||
@@ -129,8 +129,6 @@ struct clk_hw_omap_ops { | |||
129 | * @enable_bit: bitshift to write to enable/disable the clock (see @enable_reg) | 129 | * @enable_bit: bitshift to write to enable/disable the clock (see @enable_reg) |
130 | * @flags: see "struct clk.flags possibilities" above | 130 | * @flags: see "struct clk.flags possibilities" above |
131 | * @clksel_reg: for clksel clks, register va containing src/divisor select | 131 | * @clksel_reg: for clksel clks, register va containing src/divisor select |
132 | * @clksel_mask: bitmask in @clksel_reg for the src/divisor selector | ||
133 | * @clksel: for clksel clks, pointer to struct clksel for this clock | ||
134 | * @dpll_data: for DPLLs, pointer to struct dpll_data for this clock | 132 | * @dpll_data: for DPLLs, pointer to struct dpll_data for this clock |
135 | * @clkdm_name: clockdomain name that this clock is contained in | 133 | * @clkdm_name: clockdomain name that this clock is contained in |
136 | * @clkdm: pointer to struct clockdomain, resolved from @clkdm_name at runtime | 134 | * @clkdm: pointer to struct clockdomain, resolved from @clkdm_name at runtime |
@@ -145,8 +143,6 @@ struct clk_hw_omap { | |||
145 | u8 enable_bit; | 143 | u8 enable_bit; |
146 | u8 flags; | 144 | u8 flags; |
147 | void __iomem *clksel_reg; | 145 | void __iomem *clksel_reg; |
148 | u32 clksel_mask; | ||
149 | const struct clksel *clksel; | ||
150 | struct dpll_data *dpll_data; | 146 | struct dpll_data *dpll_data; |
151 | const char *clkdm_name; | 147 | const char *clkdm_name; |
152 | struct clockdomain *clkdm; | 148 | struct clockdomain *clkdm; |