diff options
Diffstat (limited to 'drivers/ide/pci/atiixp.c')
-rw-r--r-- | drivers/ide/pci/atiixp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/pci/atiixp.c b/drivers/ide/pci/atiixp.c index 86e3120cb7c1..e4437034dd08 100644 --- a/drivers/ide/pci/atiixp.c +++ b/drivers/ide/pci/atiixp.c | |||
@@ -187,6 +187,8 @@ static struct pci_driver driver = { | |||
187 | .id_table = atiixp_pci_tbl, | 187 | .id_table = atiixp_pci_tbl, |
188 | .probe = atiixp_init_one, | 188 | .probe = atiixp_init_one, |
189 | .remove = ide_pci_remove, | 189 | .remove = ide_pci_remove, |
190 | .suspend = ide_pci_suspend, | ||
191 | .resume = ide_pci_resume, | ||
190 | }; | 192 | }; |
191 | 193 | ||
192 | static int __init atiixp_ide_init(void) | 194 | static int __init atiixp_ide_init(void) |