diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-05-26 17:37:09 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-27 19:25:32 -0400 |
commit | d30f2065d6da377cc76771aca5a9850cfca8723b (patch) | |
tree | 5420d83f6064e7eb57a587fb389dd0d7fcbdbc4f | |
parent | a328512d3cb9e7b5d998eeb2675216edf4407f77 (diff) |
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>
-rw-r--r-- | drivers/usb/gadget/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/inode.c b/drivers/usb/gadget/inode.c index 5b840fb0cce5..ee6c16416c30 100644 --- a/drivers/usb/gadget/inode.c +++ b/drivers/usb/gadget/inode.c | |||
@@ -1502,7 +1502,7 @@ gadgetfs_setup (struct usb_gadget *gadget, const struct usb_ctrlrequest *ctrl) | |||
1502 | } | 1502 | } |
1503 | break; | 1503 | break; |
1504 | 1504 | ||
1505 | #ifndef CONFIG_USB_GADGET_PXA25X | 1505 | #ifndef CONFIG_USB_PXA25X |
1506 | /* PXA automagically handles this request too */ | 1506 | /* PXA automagically handles this request too */ |
1507 | case USB_REQ_GET_CONFIGURATION: | 1507 | case USB_REQ_GET_CONFIGURATION: |
1508 | if (ctrl->bRequestType != 0x80) | 1508 | if (ctrl->bRequestType != 0x80) |