提交 85f094ec 编写于 作者: P Paul Mundt

sh: Enable use of the clk fwk on SH-5.

Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 5e2c2872
...@@ -42,14 +42,12 @@ ...@@ -42,14 +42,12 @@
#include <linux/console.h> #include <linux/console.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/serial_sci.h> #include <linux/serial_sci.h>
#ifdef CONFIG_CPU_FREQ
#include <linux/notifier.h> #include <linux/notifier.h>
#include <linux/cpufreq.h> #include <linux/cpufreq.h>
#endif #include <linux/clk.h>
#if defined(CONFIG_SUPERH) && !defined(CONFIG_SUPERH64)
#include <linux/ctype.h> #include <linux/ctype.h>
#ifdef CONFIG_SUPERH
#include <asm/clock.h> #include <asm/clock.h>
#include <asm/sh_bios.h> #include <asm/sh_bios.h>
#include <asm/kgdb.h> #include <asm/kgdb.h>
...@@ -80,7 +78,7 @@ struct sci_port { ...@@ -80,7 +78,7 @@ struct sci_port {
struct timer_list break_timer; struct timer_list break_timer;
int break_flag; int break_flag;
#if defined(CONFIG_SUPERH) && !defined(CONFIG_SUPERH64) #ifdef CONFIG_SUPERH
/* Port clock */ /* Port clock */
struct clk *clk; struct clk *clk;
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册