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

Configure Feed

Select the types of activity you want to include in your feed.

usb: gadget/snps_udc_plat: 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/20240307112509.3627937-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
2a36b8fb 0a980beb

-1
-1
drivers/usb/gadget/udc/snps_udc_plat.c
··· 8 8 #include <linux/extcon.h> 9 9 #include <linux/of_address.h> 10 10 #include <linux/of_irq.h> 11 - #include <linux/of_gpio.h> 12 11 #include <linux/platform_device.h> 13 12 #include <linux/phy/phy.h> 14 13 #include <linux/module.h>