diff options
Diffstat (limited to 'drivers/ide/pci/opti621.c')
-rw-r--r-- | drivers/ide/pci/opti621.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/pci/opti621.c b/drivers/ide/pci/opti621.c index fefac2c174b6..3de11ddcf863 100644 --- a/drivers/ide/pci/opti621.c +++ b/drivers/ide/pci/opti621.c | |||
@@ -225,6 +225,8 @@ static struct pci_driver driver = { | |||
225 | .id_table = opti621_pci_tbl, | 225 | .id_table = opti621_pci_tbl, |
226 | .probe = opti621_init_one, | 226 | .probe = opti621_init_one, |
227 | .remove = ide_pci_remove, | 227 | .remove = ide_pci_remove, |
228 | .suspend = ide_pci_suspend, | ||
229 | .resume = ide_pci_resume, | ||
228 | }; | 230 | }; |
229 | 231 | ||
230 | static int __init opti621_ide_init(void) | 232 | static int __init opti621_ide_init(void) |