diff options
author | Doug Anderson <[dianders@chromium.org]> | 2013-04-04 08:24:32 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-04 08:24:32 +0200 |
commit | d8acac566c9b8ba96c278bf17b8acd549c99e621 (patch) | |
tree | 1b3f9e8dac9ade92d3aec6d09b63ca9787b28c99 /arch/powerpc/include/asm/dma-mapping.h | |
parent | ARM: EXYNOS: move mct driver to drivers/clocksource (diff) | |
download | linux-d8acac566c9b8ba96c278bf17b8acd549c99e621.tar.xz linux-d8acac566c9b8ba96c278bf17b8acd549c99e621.zip |
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 <dianders@chromium.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/powerpc/include/asm/dma-mapping.h')
0 files changed, 0 insertions, 0 deletions