Skip to content

Commit

Permalink
clocksource/drivers/exynos_mct: Staticize struct clocksource
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Kozlowski authored and Daniel Lezcano committed Jun 2, 2015
1 parent 3728567 commit 6c10bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clocksource/exynos_mct.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6c10bf6

Please sign in to comment.