|
@@ -1833,6 +1833,7 @@ int clk_set_phase(struct clk *clk, int degrees)
|
|
|
out:
|
|
out:
|
|
|
return ret;
|
|
return ret;
|
|
|
}
|
|
}
|
|
|
|
|
+EXPORT_SYMBOL_GPL(clk_set_phase);
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* clk_get_phase - return the phase shift of a clock signal
|
|
* clk_get_phase - return the phase shift of a clock signal
|
|
@@ -1855,6 +1856,7 @@ int clk_get_phase(struct clk *clk)
|
|
|
out:
|
|
out:
|
|
|
return ret;
|
|
return ret;
|
|
|
}
|
|
}
|
|
|
|
|
+EXPORT_SYMBOL_GPL(clk_get_phase);
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* __clk_init - initialize the data structures in a struct clk
|
|
* __clk_init - initialize the data structures in a struct clk
|