mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 00:20:06 +00:00
staging: usbip: remove unnused, broken macro
Remove broken preprocessor macro "hardware". It is unused and it references an element (pdev in vhci_hcd) that does not exist. Signed-off-by: Stefan Reif <ke42caxa@cip.cs.fau.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7717880746
commit
234354dc18
@ -95,7 +95,6 @@ struct vhci_hcd {
|
|||||||
|
|
||||||
extern struct vhci_hcd *the_controller;
|
extern struct vhci_hcd *the_controller;
|
||||||
extern const struct attribute_group dev_attr_group;
|
extern const struct attribute_group dev_attr_group;
|
||||||
#define hardware (&the_controller->pdev.dev)
|
|
||||||
|
|
||||||
/* vhci_hcd.c */
|
/* vhci_hcd.c */
|
||||||
void rh_port_connect(int rhport, enum usb_device_speed speed);
|
void rh_port_connect(int rhport, enum usb_device_speed speed);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user