From: Paul Mundt Date: Fri, 25 Apr 2008 07:04:20 +0000 (+0900) Subject: sh: Enable use of the clk fwk on SH-5. X-Git-Tag: upstream/snapshot3+hdmi~25093^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85f094ecb1c52b9ec9a88c9d2c8beaba72b4f21f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git sh: Enable use of the clk fwk on SH-5. Signed-off-by: Paul Mundt --- diff --git a/drivers/serial/sh-sci.c b/drivers/serial/sh-sci.c index 9691061..0a051bc 100644 --- a/drivers/serial/sh-sci.c +++ b/drivers/serial/sh-sci.c @@ -42,14 +42,12 @@ #include #include #include - -#ifdef CONFIG_CPU_FREQ #include #include -#endif - -#if defined(CONFIG_SUPERH) && !defined(CONFIG_SUPERH64) +#include #include + +#ifdef CONFIG_SUPERH #include #include #include @@ -80,7 +78,7 @@ struct sci_port { struct timer_list break_timer; int break_flag; -#if defined(CONFIG_SUPERH) && !defined(CONFIG_SUPERH64) +#ifdef CONFIG_SUPERH /* Port clock */ struct clk *clk; #endif