xtensa: intel_s1000: Remove redundant call to soc_get_ref_clk_freq
Call to soc_get_ref_clk_freq function is redundant in soc.c as it simply returns a global static variable. Hence removed that call. Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
This commit is contained in:
parent
6bcb9c6a98
commit
47bd922f70
1 changed files with 0 additions and 1 deletions
|
@ -238,7 +238,6 @@ static int soc_init(struct device *dev)
|
|||
{
|
||||
soc_read_bootstraps();
|
||||
|
||||
ref_clk_freq = soc_get_ref_clk_freq();
|
||||
LOG_INF("Reference clock frequency: %u Hz", ref_clk_freq);
|
||||
|
||||
soc_set_resource_ownership();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue