Skip to content

Commit 07cb1ec

Browse files
andy-shevgregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2a36b8f commit 07cb1ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/usb/gadget/udc/pxa27x_udc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include <linux/byteorder/generic.h>
2525
#include <linux/platform_data/pxa2xx_udc.h>
2626
#include <linux/of.h>
27-
#include <linux/of_gpio.h>
2827

2928
#include <linux/usb.h>
3029
#include <linux/usb/ch9.h>

0 commit comments

Comments
 (0)