diff options
Diffstat (limited to 'drivers/ide/pci/hpt34x.c')
-rw-r--r-- | drivers/ide/pci/hpt34x.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/ide/pci/hpt34x.c b/drivers/ide/pci/hpt34x.c index 4f624899f44a..644de29f8fe4 100644 --- a/drivers/ide/pci/hpt34x.c +++ b/drivers/ide/pci/hpt34x.c | |||
@@ -78,7 +78,7 @@ static void hpt34x_set_pio_mode(ide_drive_t *drive, const u8 pio) | |||
78 | */ | 78 | */ |
79 | #define HPT34X_PCI_INIT_REG 0x80 | 79 | #define HPT34X_PCI_INIT_REG 0x80 |
80 | 80 | ||
81 | static unsigned int __devinit init_chipset_hpt34x(struct pci_dev *dev) | 81 | static unsigned int init_chipset_hpt34x(struct pci_dev *dev) |
82 | { | 82 | { |
83 | int i = 0; | 83 | int i = 0; |
84 | unsigned long hpt34xIoBase = pci_resource_start(dev, 4); | 84 | unsigned long hpt34xIoBase = pci_resource_start(dev, 4); |
@@ -171,6 +171,8 @@ static struct pci_driver driver = { | |||
171 | .id_table = hpt34x_pci_tbl, | 171 | .id_table = hpt34x_pci_tbl, |
172 | .probe = hpt34x_init_one, | 172 | .probe = hpt34x_init_one, |
173 | .remove = ide_pci_remove, | 173 | .remove = ide_pci_remove, |
174 | .suspend = ide_pci_suspend, | ||
175 | .resume = ide_pci_resume, | ||
174 | }; | 176 | }; |
175 | 177 | ||
176 | static int __init hpt34x_ide_init(void) | 178 | static int __init hpt34x_ide_init(void) |