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

usb: gadget: rename CONFIG_USB_GADGET_PXA25X

Commit 193ab2a60700 ("usb: gadget: allow multiple gadgets to be built")
basically renamed the Kconfig symbol USB_GADGET_PXA25X to USB_PXA25X. It
did not rename the related macros in use at that time. Commit
c0a39151a405 ("ARM: pxa: fix inconsistent CONFIG_USB_PXA27X") did so for
all but one macro. Rename that last macro too now.

Fixes: 193ab2a60700 ("usb: gadget: allow multiple gadgets to be built")
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Paul Bolle and committed by
Greg Kroah-Hartman
d30f2065 a328512d

+1 -1
+1 -1
drivers/usb/gadget/inode.c
··· 1502 1502 } 1503 1503 break; 1504 1504 1505 - #ifndef CONFIG_USB_GADGET_PXA25X 1505 + #ifndef CONFIG_USB_PXA25X 1506 1506 /* PXA automagically handles this request too */ 1507 1507 case USB_REQ_GET_CONFIGURATION: 1508 1508 if (ctrl->bRequestType != 0x80)