projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
929527b
)
serial: 8250/omap1: include linux/soc/ti/omap1-soc.h
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 6 Aug 2019 14:25:42 +0000
(16:25 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 21 Apr 2022 13:01:38 +0000
(15:01 +0200)
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 <gregkh@linuxfoundation.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/tty/serial/8250/8250.h
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/8250/8250.h
b/drivers/tty/serial/8250/8250.h
index db784ace25d83bef20f591ce26287eefece705bc..a8830e15a22c3af8ed13a43449ac6d0991ce7833 100644
(file)
--- 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 <linux/soc/ti/omap1-soc.h>
static inline int is_omap1_8250(struct uart_8250_port *pt)
{
int res;