Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b14dedd authored by Adrian Bunk's avatar Adrian Bunk Committed by Dave Jones
Browse files

[CPUFREQ] drivers/cpufreq/cpufreq.c: static functions mustn't be exported



This patch removes the EXPORT_SYMBOL_GPL of the static function cpufreq_parse_governor().

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 7970e08b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -319,7 +319,6 @@ static int cpufreq_parse_governor (char *str_governor, unsigned int *policy,
	}
	}
	return -EINVAL;
	return -EINVAL;
}
}
EXPORT_SYMBOL_GPL(cpufreq_parse_governor);




/* drivers/base/cpu.c */
/* drivers/base/cpu.c */