From: Andy Shevchenko Date: Thu, 7 Mar 2024 11:24:06 +0000 (+0200) Subject: usb: ohci-pxa27x: Remove unused of_gpio.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0a980bebdf9750eaad08cf72c799c4ccecf08c3a;p=linux.git usb: ohci-pxa27x: 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/20240307112406.3625756-1-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ohci-pxa27x.c b/drivers/usb/host/ohci-pxa27x.c index 357d9aee38a37..3348c25ddb18d 100644 --- a/drivers/usb/host/ohci-pxa27x.c +++ b/drivers/usb/host/ohci-pxa27x.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include