From: Arnd Bergmann Date: Wed, 10 Apr 2013 09:31:44 +0000 (+0200) Subject: clk: exynos: prepare for multiplatform X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~6^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25e56eba0ae783fc5b66d50c68826f276e8bd8c6;p=pandora-kernel.git clk: exynos: prepare for multiplatform The new common clock drivers for exynos are using compile time constants and soc_is_exynos* macros to provide backwards compatibility for pre-DT systems, which is not possible with multiplatform kernels. This moves all the necessary information back into platform code and removes the mach/* header inclusions. Signed-off-by: Arnd Bergmann Cc: Mike Turquette --- Reading git-diff-tree failed