Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337122
b: refs/heads/master
c: 20960fa
h: refs/heads/master
v: v3
  • Loading branch information
Bart Westgeest authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 567c46e commit 657daba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 36ac9b055fa49b9a0097ec8dfd59c5ffc812a60d
refs/heads/master: 20960faca5a0b3acb05a619bd5bfa6dd9bee111a
1 change: 0 additions & 1 deletion trunk/drivers/staging/usbip/vhci.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ extern const struct attribute_group dev_attr_group;

/* vhci_hcd.c */
void rh_port_connect(int rhport, enum usb_device_speed speed);
void rh_port_disconnect(int rhport);

/* vhci_rx.c */
struct urb *pickup_urb_and_free_priv(struct vhci_device *vdev, __u32 seqnum);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/vhci_hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void rh_port_connect(int rhport, enum usb_device_speed speed)
usb_hcd_poll_rh_status(vhci_to_hcd(the_controller));
}

void rh_port_disconnect(int rhport)
static void rh_port_disconnect(int rhport)
{
unsigned long flags;

Expand Down

0 comments on commit 657daba

Please sign in to comment.