Commit c401b0445649d8a7e3e43fee915ec9aa6149a1b9

Authored by Stephen Rothwell
Committed by Paul Mackerras
1 parent d33b78df14

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/serial/of_serial.c
... ... @@ -13,8 +13,8 @@
13 13 #include <linux/module.h>
14 14 #include <linux/serial_core.h>
15 15 #include <linux/serial_8250.h>
  16 +#include <linux/of_platform.h>
16 17  
17   -#include <asm/of_platform.h>
18 18 #include <asm/prom.h>
19 19  
20 20 struct of_serial_info {