Re: [PATCH 14/41] serial: 8250/omap1: include linux/soc/ti/omap1-soc.h

2022-04-20 Thread Greg KH
On Tue, Apr 19, 2022 at 03:36:56PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > 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(). > > Signed-off-by: Arnd Bergmann Acked-by: Greg Kroah-Har

[PATCH 14/41] serial: 8250/omap1: include linux/soc/ti/omap1-soc.h

2022-04-19 Thread Arnd Bergmann
From: Arnd Bergmann 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(). Signed-off-by: Arnd Bergmann --- drivers/tty/serial/8250/8250.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/se