mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
pata_rdc: add Power Management support
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
6a94a746fb
commit
5a29854867
1 changed files with 4 additions and 0 deletions
|
@ -387,6 +387,10 @@ static struct pci_driver rdc_pci_driver = {
|
|||
.id_table = rdc_pci_tbl,
|
||||
.probe = rdc_init_one,
|
||||
.remove = rdc_remove_one,
|
||||
#ifdef CONFIG_PM
|
||||
.suspend = ata_pci_device_suspend,
|
||||
.resume = ata_pci_device_resume,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue