From: Arnd Bergmann Date: Tue, 6 Aug 2019 14:25:42 +0000 (+0200) Subject: serial: 8250/omap1: include linux/soc/ti/omap1-soc.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9fcd04dde4c472ab6d7473e6815f649bb4abb5e7;p=linux.git serial: 8250/omap1: include linux/soc/ti/omap1-soc.h As a preparation for cleaning up the omap1 headers, start including linux/soc/ti/omap1-soc.h directly so we can keep calling cpu_is_omap1510(). Acked-by: Greg Kroah-Hartman Acked-by: Tony Lindgren Signed-off-by: Arnd Bergmann --- diff --git a/drivers/tty/serial/8250/8250.h b/drivers/tty/serial/8250/8250.h index db784ace25d83..a8830e15a22c3 100644 --- a/drivers/tty/serial/8250/8250.h +++ b/drivers/tty/serial/8250/8250.h @@ -259,6 +259,7 @@ static inline int fintek_8250_probe(struct uart_8250_port *uart) { return 0; } #endif #ifdef CONFIG_ARCH_OMAP1 +#include static inline int is_omap1_8250(struct uart_8250_port *pt) { int res;