From: Paul Mundt Date: Thu, 2 Oct 2008 10:09:13 +0000 (+0900) Subject: serial: sh-sci: Dynamic clock management depends on HAVE_CLK. X-Git-Tag: v2.6.28-rc1~99^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2159b52219870553fd67e6456f41cd5225c46c6;p=pandora-kernel.git serial: sh-sci: Dynamic clock management depends on HAVE_CLK. Presently this is conditionalized on sh, and disabled for sh64. Now that SH-5 ties in to the clock framework, the sh64 exception can be dropped. Additionally, ARM will want to use the same hooks once SH-Mobile G3 grows clock framework support, so switch these paths over to HAVE_CLK now. Once the H8 and ARM sh-sci users hook up HAVE_CLK, the driver can be switched over to having an outright dependency on it and the ifdefs can go away. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed