projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11487f
)
xhci: remove unused command member from struct xhci_hcd struct
author
Mathias Nyman
<mathias.nyman@linux.intel.com>
Wed, 21 Sep 2022 12:34:49 +0000
(15:34 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 22 Sep 2022 13:52:29 +0000
(15:52 +0200)
The u32 command was added to struct xhci_hcd over 10 years ago in
commit
9777e3ce907d
("USB: xHCI: bus power management implementation")
It wasn't even used back then, so remove it.
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link:
https://lore.kernel.org/r/20220921123450.671459-6-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci.h
patch
|
blob
|
history
diff --git
a/drivers/usb/host/xhci.h
b/drivers/usb/host/xhci.h
index 2fa7be41a8b50030bca72c4b1350bbffd20590fe..e1091bce942fd871654d39f2847d34308a7304f0 100644
(file)
--- a/
drivers/usb/host/xhci.h
+++ b/
drivers/usb/host/xhci.h
@@
-1827,7
+1827,6
@@
struct xhci_hcd {
/* Host controller watchdog timer structures */
unsigned int xhc_state;
unsigned long run_graceperiod;
- u32 command;
struct s3_save s3;
/* Host controller is dying - not responding to commands. "I'm not dead yet!"
*