aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_dw.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2022-05-09 19:19:11 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-05-19 18:28:59 +0200
commit4088ca3edca80c19cd190fba75af7e7a3194adcf (patch)
tree8d31eeb6331e6d86fa56860d24b9803d6a5545f7 /drivers/tty/serial/8250/8250_dw.c
parentserial: jsm: Use B0 instead of 0 (diff)
downloadlinux-dev-4088ca3edca80c19cd190fba75af7e7a3194adcf.tar.xz
linux-dev-4088ca3edca80c19cd190fba75af7e7a3194adcf.zip
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 <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20220509161911.37164-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/tty/serial/8250/8250_dw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c
index 31422e44c64f..7934e4658281 100644
--- a/drivers/tty/serial/8250/8250_dw.c
+++ b/drivers/tty/serial/8250/8250_dw.c
@@ -12,12 +12,11 @@
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/io.h>
+#include <linux/mod_devicetable.h>
#include <linux/module.h>
#include <linux/serial_8250.h>
#include <linux/serial_reg.h>
#include <linux/of.h>
-#include <linux/of_irq.h>
-#include <linux/of_platform.h>
#include <linux/platform_device.h>
#include <linux/property.h>
#include <linux/workqueue.h>