diff mbox series

[v1,1/1] USB: bcma: Remove unused of_gpio.h

Message ID 20241031103818.2451816-1-andriy.shevchenko@linux.intel.com
State New
Headers show
Series [v1,1/1] USB: bcma: Remove unused of_gpio.h | expand

Commit Message

Andy Shevchenko Oct. 31, 2024, 10:38 a.m. UTC
of_gpio.h is deprecated and subject to remove. The drivers in question
don't use it, simply remove the unused header.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/usb/host/bcma-hcd.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/usb/host/bcma-hcd.c b/drivers/usb/host/bcma-hcd.c
index 7558cc4d90cc..519386255886 100644
--- a/drivers/usb/host/bcma-hcd.c
+++ b/drivers/usb/host/bcma-hcd.c
@@ -25,7 +25,6 @@ 
 #include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/of_platform.h>
 #include <linux/usb/ehci_pdriver.h>
 #include <linux/usb/ohci_pdriver.h>