Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67921
b: refs/heads/master
c: b24896c
h: refs/heads/master
i:
  67919: db1eb91
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent 526c3a0 commit f244c1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 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: 4f45426cfd6170311e116442ccd8ce0e31979237
refs/heads/master: b24896c6b7ddb37ab20ba0bbfd0ed36a38923f67
6 changes: 2 additions & 4 deletions trunk/drivers/usb/host/ehci-au1xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,8 @@ static const struct hc_driver ehci_au1xxx_hc_driver = {
*/
.hub_status_data = ehci_hub_status_data,
.hub_control = ehci_hub_control,
#ifdef CONFIG_PM
.hub_suspend = ehci_hub_suspend,
.hub_resume = ehci_hub_resume,
#endif
.bus_suspend = ehci_bus_suspend,
.bus_resume = ehci_bus_resume,
};

/*-------------------------------------------------------------------------*/
Expand Down
6 changes: 2 additions & 4 deletions trunk/drivers/usb/host/ehci-ppc-soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,8 @@ static const struct hc_driver ehci_ppc_soc_hc_driver = {
*/
.hub_status_data = ehci_hub_status_data,
.hub_control = ehci_hub_control,
#ifdef CONFIG_PM
.hub_suspend = ehci_hub_suspend,
.hub_resume = ehci_hub_resume,
#endif
.bus_suspend = ehci_bus_suspend,
.bus_resume = ehci_bus_resume,
};

static int ehci_hcd_ppc_soc_drv_probe(struct platform_device *pdev)
Expand Down

0 comments on commit f244c1a

Please sign in to comment.