From: Doug Anderson <[dianders@chromium.org]> Date: Thu, 4 Apr 2013 06:24:32 +0000 (+0900) Subject: clocksource: mct: Add missing semicolons in exynos_mct.c X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~47^2~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8acac566c9b8ba96c278bf17b8acd549c99e621;p=pandora-kernel.git clocksource: mct: Add missing semicolons in exynos_mct.c The CLOCKSOURCE_OF_DECLARE lines were added without a semicolon at the end. On my system this causes a compile-time error that looks like: drivers/clocksource/exynos_mct.c:557:202: warning: comparison of distinct pointer types lacks a cast [enabled by default] drivers/clocksource/exynos_mct.c:558:1: error: expected ',' or ';' before 'static' The error didn't show up till now because there was an extra semicolon at end of the CLOCKSOURCE_OF_DECLARE definition that was removed by Arnd Bergmann in "clocksource: make CLOCKSOURCE_OF_DECLARE type safe" Signed-off-by: Doug Anderson Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed