Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: bcma: Remove unused of_gpio.h

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>
Link: https://lore.kernel.org/r/20241031103818.2451816-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andy Shevchenko and committed by
Greg Kroah-Hartman
f80995b2 c67e9601

-1
-1
drivers/usb/host/bcma-hcd.c
··· 25 25 #include <linux/module.h> 26 26 #include <linux/slab.h> 27 27 #include <linux/of.h> 28 - #include <linux/of_gpio.h> 29 28 #include <linux/of_platform.h> 30 29 #include <linux/usb/ehci_pdriver.h> 31 30 #include <linux/usb/ohci_pdriver.h>