diff options
Diffstat (limited to 'drivers/usb/gadget/ether.c')
-rw-r--r-- | drivers/usb/gadget/ether.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c index 944c8e889ab4..37252d0012a7 100644 --- a/drivers/usb/gadget/ether.c +++ b/drivers/usb/gadget/ether.c | |||
@@ -242,7 +242,6 @@ static struct usb_configuration rndis_config_driver = { | |||
242 | .bConfigurationValue = 2, | 242 | .bConfigurationValue = 2, |
243 | /* .iConfiguration = DYNAMIC */ | 243 | /* .iConfiguration = DYNAMIC */ |
244 | .bmAttributes = USB_CONFIG_ATT_SELFPOWER, | 244 | .bmAttributes = USB_CONFIG_ATT_SELFPOWER, |
245 | .bMaxPower = 1, /* 2 mA, minimal */ | ||
246 | }; | 245 | }; |
247 | 246 | ||
248 | /*-------------------------------------------------------------------------*/ | 247 | /*-------------------------------------------------------------------------*/ |
@@ -271,7 +270,6 @@ static struct usb_configuration eth_config_driver = { | |||
271 | .bConfigurationValue = 1, | 270 | .bConfigurationValue = 1, |
272 | /* .iConfiguration = DYNAMIC */ | 271 | /* .iConfiguration = DYNAMIC */ |
273 | .bmAttributes = USB_CONFIG_ATT_SELFPOWER, | 272 | .bmAttributes = USB_CONFIG_ATT_SELFPOWER, |
274 | .bMaxPower = 1, /* 2 mA, minimal */ | ||
275 | }; | 273 | }; |
276 | 274 | ||
277 | /*-------------------------------------------------------------------------*/ | 275 | /*-------------------------------------------------------------------------*/ |