|
@@ -22,7 +22,8 @@
|
|
#include "clk.h"
|
|
#include "clk.h"
|
|
|
|
|
|
/* Global data of Tegra CPU CAR ops */
|
|
/* Global data of Tegra CPU CAR ops */
|
|
-struct tegra_cpu_car_ops *tegra_cpu_car_ops;
|
|
|
|
|
|
+static struct tegra_cpu_car_ops dummy_car_ops;
|
|
|
|
+struct tegra_cpu_car_ops *tegra_cpu_car_ops = &dummy_car_ops;
|
|
|
|
|
|
void __init tegra_init_dup_clks(struct tegra_clk_duplicate *dup_list,
|
|
void __init tegra_init_dup_clks(struct tegra_clk_duplicate *dup_list,
|
|
struct clk *clks[], int clk_max)
|
|
struct clk *clks[], int clk_max)
|