summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2024-03-07 13:40:48 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-04-09 15:48:40 +0200
commita80451572968279cbc1e2d921fd5c9a3136d3217 (patch)
treedca4fd9ea5a7fe36cef746b88fecd79ca45194d7
parent5c3a766e9f057ee7a54b5d7addff7fab02676fea (diff)
downloadlinux-a80451572968279cbc1e2d921fd5c9a3136d3217.tar.gz
linux-a80451572968279cbc1e2d921fd5c9a3136d3217.tar.bz2
linux-a80451572968279cbc1e2d921fd5c9a3136d3217.zip
serial: 8250_omap: Remove unused of_gpio.h
of_gpio.h is deprecated and subject to remove. The driver doesn't use it, simply remove the unused header. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20240307114048.3642642-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/tty/serial/8250/8250_omap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_omap.c b/drivers/tty/serial/8250/8250_omap.c
index c07d924d5add..170639d12b2a 100644
--- a/drivers/tty/serial/8250/8250_omap.c
+++ b/drivers/tty/serial/8250/8250_omap.c
@@ -19,7 +19,6 @@
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/of.h>
-#include <linux/of_gpio.h>
#include <linux/of_irq.h>
#include <linux/delay.h>
#include <linux/pm_runtime.h>