Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 769 → Rev 770

/shark/trunk/drivers/cpu/cpufreq/freq_table.c
151,7 → 151,7
/**
* show_scaling_governor - show the current policy for the specified CPU
*/
static ssize_t show_available_freqs (struct cpufreq_policy *policy, char *buf)
/*static*/ ssize_t show_available_freqs (struct cpufreq_policy *policy, char *buf)
{
unsigned int i = 0;
unsigned int cpu = policy->cpu;