mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
clocksource/drivers/exynos_mct: Staticize struct clocksource
The struct clocksource 'mct_frc' is not exported and used outside so make it static. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
This commit is contained in:
parent
37285674f3
commit
6c10bf6372
@ -209,7 +209,7 @@ static void exynos4_frc_resume(struct clocksource *cs)
|
||||
exynos4_mct_frc_start();
|
||||
}
|
||||
|
||||
struct clocksource mct_frc = {
|
||||
static struct clocksource mct_frc = {
|
||||
.name = "mct-frc",
|
||||
.rating = 400,
|
||||
.read = exynos4_frc_read,
|
||||
|
Loading…
Reference in New Issue
Block a user