• A
    clocksource: exynos_mct: remove platform header dependency · 034c097c
    Arnd Bergmann 提交于
    For the non-DT case, the mct_init() function requires access
    to a couple of platform specific constants, but cannot include
    the header files in case we are building for multiplatform.
    
    This changes the interface to the platform so we pass all
    the necessary data as arguments to mct_init.
    Signed-off-by: NArnd Bergmann <arnd@arndb.de>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: John Stultz <john.stultz@linaro.org>
    034c097c
exynos_mct.c 14.2 KB