• Ben Dooks's avatar
    [ARM] 4046/1: S3C24XX: fix sparse errors arch/arm/mach-s3c2410 · 7ae9e420
    Ben Dooks authored
    Fix the following sparse errors in arch/arm/mach-s3c2410
    by fixing the include paths and making un-exported items
    static.
    
    s3c2410-clock.c:206:12: warning: symbol 's3c2410_baseclk_add' was not declared. Should it be static?
    s3c2412-clock.c:559:17: warning: symbol 'clks_src' was not declared. Should it be static?
    s3c2412-clock.c:622:12: warning: symbol 'clks' was not declared. Should it be static?
    s3c2412-clock.c:630:12: warning: symbol 's3c2412_baseclk_add' was not declared. Should it be static?
    Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
    Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
    7ae9e420
s3c2410-clock.c 6.5 KB