diff options
| author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-28 08:29:59 -0400 |
|---|---|---|
| committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-28 08:29:59 -0400 |
| commit | 185a257f2f73bcd89050ad02da5bedbc28fc43fa (patch) | |
| tree | 5e32586114534ed3f2165614cba3d578f5d87307 /drivers/usb/host/ohci-sa1111.c | |
| parent | 3f1a9aaeffd8d1cbc5ab9776c45cbd66af1c9699 (diff) | |
| parent | a77c64c1a641950626181b4857abb701d8f38ccc (diff) | |
Merge branch 'master' into gfs2
Diffstat (limited to 'drivers/usb/host/ohci-sa1111.c')
| -rw-r--r-- | drivers/usb/host/ohci-sa1111.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/usb/host/ohci-sa1111.c b/drivers/usb/host/ohci-sa1111.c index ce3de106cadc..71371de32ada 100644 --- a/drivers/usb/host/ohci-sa1111.c +++ b/drivers/usb/host/ohci-sa1111.c | |||
| @@ -212,10 +212,6 @@ static const struct hc_driver ohci_sa1111_hc_driver = { | |||
| 212 | * basic lifecycle operations | 212 | * basic lifecycle operations |
| 213 | */ | 213 | */ |
| 214 | .start = ohci_sa1111_start, | 214 | .start = ohci_sa1111_start, |
| 215 | #ifdef CONFIG_PM | ||
| 216 | /* suspend: ohci_sa1111_suspend, -- tbd */ | ||
| 217 | /* resume: ohci_sa1111_resume, -- tbd */ | ||
| 218 | #endif | ||
| 219 | .stop = ohci_stop, | 215 | .stop = ohci_stop, |
| 220 | 216 | ||
| 221 | /* | 217 | /* |
| @@ -235,6 +231,7 @@ static const struct hc_driver ohci_sa1111_hc_driver = { | |||
| 235 | */ | 231 | */ |
| 236 | .hub_status_data = ohci_hub_status_data, | 232 | .hub_status_data = ohci_hub_status_data, |
| 237 | .hub_control = ohci_hub_control, | 233 | .hub_control = ohci_hub_control, |
| 234 | .hub_irq_enable = ohci_rhsc_enable, | ||
| 238 | #ifdef CONFIG_PM | 235 | #ifdef CONFIG_PM |
| 239 | .bus_suspend = ohci_bus_suspend, | 236 | .bus_suspend = ohci_bus_suspend, |
| 240 | .bus_resume = ohci_bus_resume, | 237 | .bus_resume = ohci_bus_resume, |
