File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ static void clk_periph_restore_context(struct clk_hw *hw)
132
132
clk_periph_set_parent (hw , parent_id );
133
133
}
134
134
135
- const struct clk_ops tegra_clk_periph_ops = {
135
+ static const struct clk_ops tegra_clk_periph_ops = {
136
136
.get_parent = clk_periph_get_parent ,
137
137
.set_parent = clk_periph_set_parent ,
138
138
.recalc_rate = clk_periph_recalc_rate ,
Original file line number Diff line number Diff line change @@ -629,7 +629,6 @@ struct tegra_clk_periph {
629
629
630
630
#define TEGRA_CLK_PERIPH_MAGIC 0x18221223
631
631
632
- extern const struct clk_ops tegra_clk_periph_ops ;
633
632
struct clk * tegra_clk_register_periph (const char * name ,
634
633
const char * const * parent_names , int num_parents ,
635
634
struct tegra_clk_periph * periph , void __iomem * clk_base ,
You can’t perform that action at this time.
0 commit comments