From: Arnd Bergmann Date: Wed, 10 Apr 2013 09:35:29 +0000 (+0200) Subject: clocksource: exynos_mct: remove platform header dependency X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~6^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=034c097ca27fb163754ee4f4e26f85559bece69b;p=pandora-kernel.git clocksource: exynos_mct: remove platform header dependency 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: Arnd Bergmann Cc: Thomas Gleixner Cc: John Stultz --- Reading git-diff-tree failed