diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2008-05-23 06:32:54 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-06-09 03:46:37 (GMT) |
commit | c401b0445649d8a7e3e43fee915ec9aa6149a1b9 (patch) | |
tree | 878645790e5db82c86c1a870ffb914d303c91f92 /drivers | |
parent | d33b78df142177d51de0ed0c4f3e57c8b5e8ff89 (diff) | |
download | linux-fsl-qoriq-c401b0445649d8a7e3e43fee915ec9aa6149a1b9.tar.xz |
of_serial: Use linux/of_platform.h instead of asm
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/serial/of_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/of_serial.c b/drivers/serial/of_serial.c index 25029c7..8fa0ff5 100644 --- 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 { |