projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d33b78d
)
of_serial: Use linux/of_platform.h instead of asm
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Fri, 23 May 2008 06:32:54 +0000
(16:32 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 9 Jun 2008 03:46:37 +0000
(13:46 +1000)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/serial/of_serial.c
patch
|
blob
|
history
diff --git
a/drivers/serial/of_serial.c
b/drivers/serial/of_serial.c
index
25029c7
..
8fa0ff5
100644
(file)
--- a/
drivers/serial/of_serial.c
+++ b/
drivers/serial/of_serial.c
@@
-13,8
+13,8
@@
#include <linux/module.h>
#include <linux/serial_core.h>
#include <linux/serial_8250.h>
+#include <linux/of_platform.h>
-#include <asm/of_platform.h>
#include <asm/prom.h>
struct of_serial_info {