Commit b52983ab authored by Dave Jones's avatar Dave Jones

[CPUFREQ] powernow_decode_bios can be static

parent 8f4283c5
......@@ -258,7 +258,7 @@ static void change_speed (unsigned int index)
}
int powernow_decode_bios (int maxfid, int startvid)
static int powernow_decode_bios (int maxfid, int startvid)
{
struct psb_s *psb;
struct pst_s *pst;
......
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