Commit b5111f62 authored by Dave Jones's avatar Dave Jones

[CPUFREQ] find_closest_fid() can be static.

Spotted by Pavel Machek.
parent 6361564e
...@@ -718,7 +718,7 @@ find_psb_table(void) ...@@ -718,7 +718,7 @@ find_psb_table(void)
/* Converts a frequency (that might not necessarily be a multiple of 200) */ /* Converts a frequency (that might not necessarily be a multiple of 200) */
/* to a fid. */ /* to a fid. */
u32 static u32
find_closest_fid(u32 freq, int searchup) find_closest_fid(u32 freq, int searchup)
{ {
if (searchup == SEARCH_UP) if (searchup == SEARCH_UP)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment