Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151358
b: refs/heads/master
c: 5700f4c
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent 8855c78 commit 18c757e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 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: b4072f46e57fe7138f4337840fab736ec43293ca
refs/heads/master: 5700f4c551f807576eec1d359575681e33057871
21 changes: 0 additions & 21 deletions trunk/drivers/usb/host/hwa-hc.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,25 +172,6 @@ static int hwahc_op_start(struct usb_hcd *usb_hcd)

}

static int hwahc_op_suspend(struct usb_hcd *usb_hcd, pm_message_t msg)
{
struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd);
struct hwahc *hwahc = container_of(wusbhc, struct hwahc, wusbhc);
dev_err(wusbhc->dev, "%s (%p [%p], 0x%lx) UNIMPLEMENTED\n", __func__,
usb_hcd, hwahc, *(unsigned long *) &msg);
return -ENOSYS;
}

static int hwahc_op_resume(struct usb_hcd *usb_hcd)
{
struct wusbhc *wusbhc = usb_hcd_to_wusbhc(usb_hcd);
struct hwahc *hwahc = container_of(wusbhc, struct hwahc, wusbhc);

dev_err(wusbhc->dev, "%s (%p [%p]) UNIMPLEMENTED\n", __func__,
usb_hcd, hwahc);
return -ENOSYS;
}

/*
* No need to abort pipes, as when this is called, all the children
* has been disconnected and that has done it [through
Expand Down Expand Up @@ -598,8 +579,6 @@ static struct hc_driver hwahc_hc_driver = {
.flags = HCD_USB2, /* FIXME */
.reset = hwahc_op_reset,
.start = hwahc_op_start,
.pci_suspend = hwahc_op_suspend,
.pci_resume = hwahc_op_resume,
.stop = hwahc_op_stop,
.get_frame_number = hwahc_op_get_frame_number,
.urb_enqueue = hwahc_op_urb_enqueue,
Expand Down

0 comments on commit 18c757e

Please sign in to comment.