From 4088ca3edca80c19cd190fba75af7e7a3194adcf Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Mon, 9 May 2022 19:19:11 +0300 Subject: [PATCH] serial: 8250_dw: Update the list of OF headers used by driver The of_irq.h and of_platform.h are not used by the driver. On the other hand, the mod_devicetable.h missed. Drop the former two and add the latter one. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20220509161911.37164-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/8250/8250_dw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c index 31422e4..7934e46 100644 --- a/drivers/tty/serial/8250/8250_dw.c +++ b/drivers/tty/serial/8250/8250_dw.c @@ -12,12 +12,11 @@ #include #include #include +#include #include #include #include #include -#include -#include #include #include #include -- 2.7.4