From: Andy Shevchenko Date: Thu, 7 Mar 2024 11:40:48 +0000 (+0200) Subject: serial: 8250_omap: Remove unused of_gpio.h X-Git-Tag: v6.10-rc1~47^2~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a80451572968279cbc1e2d921fd5c9a3136d3217;p=thirdparty%2Flinux.git 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 Link: https://lore.kernel.org/r/20240307114048.3642642-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/8250/8250_omap.c b/drivers/tty/serial/8250/8250_omap.c index c07d924d5add3..170639d12b2a0 100644 --- a/drivers/tty/serial/8250/8250_omap.c +++ b/drivers/tty/serial/8250/8250_omap.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include