Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1267592
| From | Lu Baolu <baolu.lu@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 3/3] usb: core: lpm: remove usb3_lpm_enabled in usb_device |
| Date | 2015-11-12 03:30 +0100 |
| Message-ID | <qtPOa-2OL-3@gated-at.bofh.it> (permalink) |
| References | <qtPEt-2Lj-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Commit 8306095fd2c1 ("USB: Disable USB 3.0 LPM in critical sections.")
adds usb3_lpm_enabled member to struct usb_device. There is no reference
to this member now. Hence, it could be removed.
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
---
include/linux/usb.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/usb.h b/include/linux/usb.h
index b79925d..89533ba 100644
--- a/include/linux/usb.h
+++ b/include/linux/usb.h
@@ -510,7 +510,6 @@ struct usb3_lpm_parameters {
* @usb2_hw_lpm_besl_capable: device can perform USB2 hardware BESL LPM
* @usb2_hw_lpm_enabled: USB2 hardware LPM is enabled
* @usb2_hw_lpm_allowed: Userspace allows USB 2.0 LPM to be enabled
- * @usb3_lpm_enabled: USB3 hardware LPM enabled
* @usb3_lpm_u1_enabled: USB3 hardware U1 LPM enabled
* @usb3_lpm_u2_enabled: USB3 hardware U2 LPM enabled
* @string_langid: language ID for strings
@@ -585,7 +584,6 @@ struct usb_device {
unsigned usb2_hw_lpm_besl_capable:1;
unsigned usb2_hw_lpm_enabled:1;
unsigned usb2_hw_lpm_allowed:1;
- unsigned usb3_lpm_enabled:1;
unsigned usb3_lpm_u1_enabled:1;
unsigned usb3_lpm_u2_enabled:1;
int string_langid;
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] usb: core: lpm: add sysfs node for usb3 lpm permit Lu Baolu <baolu.lu@linux.intel.com> - 2015-11-12 03:20 +0100
[PATCH v2 1/3] usb: core: lpm: fix usb3_hardware_lpm sysfs node Lu Baolu <baolu.lu@linux.intel.com> - 2015-11-12 03:20 +0100
Re: [PATCH v2 1/3] usb: core: lpm: fix usb3_hardware_lpm sysfs node Alan Stern <stern@rowland.harvard.edu> - 2015-11-12 17:30 +0100
Re: [PATCH v2 1/3] usb: core: lpm: fix usb3_hardware_lpm sysfs node "Lu, Baolu" <baolu.lu@linux.intel.com> - 2015-11-13 07:00 +0100
Re: [PATCH v2 1/3] usb: core: lpm: fix usb3_hardware_lpm sysfs node Alan Stern <stern@rowland.harvard.edu> - 2015-11-13 16:30 +0100
Re: [PATCH v2 1/3] usb: core: lpm: fix usb3_hardware_lpm sysfs node Lu Baolu <baolu.lu@linux.intel.com> - 2015-11-14 08:20 +0100
[PATCH v2 3/3] usb: core: lpm: remove usb3_lpm_enabled in usb_device Lu Baolu <baolu.lu@linux.intel.com> - 2015-11-12 03:30 +0100
Re: [PATCH v2 3/3] usb: core: lpm: remove usb3_lpm_enabled in usb_device Alan Stern <stern@rowland.harvard.edu> - 2015-11-12 17:30 +0100
Re: [PATCH v2 3/3] usb: core: lpm: remove usb3_lpm_enabled in usb_device "Lu, Baolu" <baolu.lu@linux.intel.com> - 2015-11-13 02:40 +0100
[PATCH v2 2/3] usb: core: lpm: add sysfs node for usb3 lpm permit Lu Baolu <baolu.lu@linux.intel.com> - 2015-11-12 03:30 +0100
csiph-web