diff options
author | Stefan Reif <ke42caxa@cip.cs.fau.de> | 2013-04-04 16:03:06 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-05 14:22:50 -0700 |
commit | 234354dc18dfe065dd6f767db68299aa077634f7 (patch) | |
tree | 5c1198d3cb30ace48fede65e6112cd082e6b177d /drivers/staging/usbip | |
parent | 7717880746b222ea6c87c572f32edc9916fc5c3f (diff) | |
download | blackbird-obmc-linux-234354dc18dfe065dd6f767db68299aa077634f7.tar.gz blackbird-obmc-linux-234354dc18dfe065dd6f767db68299aa077634f7.zip |
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>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r-- | drivers/staging/usbip/vhci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/usbip/vhci.h b/drivers/staging/usbip/vhci.h index 5dddc4d4b6a5..a863a98a91ce 100644 --- a/drivers/staging/usbip/vhci.h +++ b/drivers/staging/usbip/vhci.h @@ -95,7 +95,6 @@ struct vhci_hcd { extern struct vhci_hcd *the_controller; extern const struct attribute_group dev_attr_group; -#define hardware (&the_controller->pdev.dev) /* vhci_hcd.c */ void rh_port_connect(int rhport, enum usb_device_speed speed); |