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: pxa27x_udc: 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/20240307113936.3642469-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
07cb1ec0 2a36b8fb

-1
-1
drivers/usb/gadget/udc/pxa27x_udc.c
··· 24 24 #include <linux/byteorder/generic.h> 25 25 #include <linux/platform_data/pxa2xx_udc.h> 26 26 #include <linux/of.h> 27 - #include <linux/of_gpio.h> 28 27 29 28 #include <linux/usb.h> 30 29 #include <linux/usb/ch9.h>