From: Magnus Damm Date: Wed, 17 Jul 2013 20:30:59 +0000 (+0900) Subject: ARM: shmobile: Only build clocks when COMMON_CLK=n X-Git-Tag: v3.12-rc1~116^2~12^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a360feb9e9e6cc36d61e683c03dc13974663298b;p=pandora-kernel.git ARM: shmobile: Only build clocks when COMMON_CLK=n Move shared clock.c file and per-SoC clock-xxx.c files to only build when CONFIG_COMMON_CLK != y. The regular ARCH_SHMOBILE case with legacy SH clock framework will build just as before with this patch applied, however the case when COMMON_CLK=y will exclude all the clock files. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- Reading git-diff-tree failed