diff options
author | David Brownell <david-b@pacbell.net> | 2007-05-09 00:01:30 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-12 19:29:48 -0400 |
commit | 7f9985c2e4e5555b750d6f891b4923e63cc834c1 (patch) | |
tree | e3bf7f320af1e4aee1c2b2b3de88a66531bf935d /drivers/usb/gadget/inode.c | |
parent | 45b844df5a4b17884b4e26e43bfc4802604e7cab (diff) |
USB: usb gadget, dead config cleanup
Remove some dead CONFIG_ symbols, and document the status of a few others.
The "gadget_chips.h" references are by and large to drivers which exist
but haven't yet been submitted for merging to the main 2.6 tree.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget/inode.c')
-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 46d0e5252744..23b439ab774c 100644 --- a/drivers/usb/gadget/inode.c +++ b/drivers/usb/gadget/inode.c | |||
@@ -1505,7 +1505,7 @@ gadgetfs_setup (struct usb_gadget *gadget, const struct usb_ctrlrequest *ctrl) | |||
1505 | } | 1505 | } |
1506 | break; | 1506 | break; |
1507 | 1507 | ||
1508 | #ifndef CONFIG_USB_GADGETFS_PXA2XX | 1508 | #ifndef CONFIG_USB_GADGET_PXA2XX |
1509 | /* PXA automagically handles this request too */ | 1509 | /* PXA automagically handles this request too */ |
1510 | case USB_REQ_GET_CONFIGURATION: | 1510 | case USB_REQ_GET_CONFIGURATION: |
1511 | if (ctrl->bRequestType != 0x80) | 1511 | if (ctrl->bRequestType != 0x80) |