Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96273
b: refs/heads/master
c: 85f094e
h: refs/heads/master
i:
  96271: 95cdc14
v: v3
  • Loading branch information
Paul Mundt committed May 8, 2008
1 parent 8a8aa4e commit 8865a3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e2c2872bd481ee20758d7cf4860f4ad1cefff98
refs/heads/master: 85f094ecb1c52b9ec9a88c9d2c8beaba72b4f21f
10 changes: 4 additions & 6 deletions trunk/drivers/serial/sh-sci.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@
#include <linux/console.h>
#include <linux/platform_device.h>
#include <linux/serial_sci.h>

#ifdef CONFIG_CPU_FREQ
#include <linux/notifier.h>
#include <linux/cpufreq.h>
#endif

#if defined(CONFIG_SUPERH) && !defined(CONFIG_SUPERH64)
#include <linux/clk.h>
#include <linux/ctype.h>

#ifdef CONFIG_SUPERH
#include <asm/clock.h>
#include <asm/sh_bios.h>
#include <asm/kgdb.h>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8865a3e

Please sign in to comment.