aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/alim15x3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/alim15x3.c')
-rw-r--r--drivers/ide/pci/alim15x3.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/ide/pci/alim15x3.c b/drivers/ide/pci/alim15x3.c
index ef41e2677a56..053c75263918 100644
--- a/drivers/ide/pci/alim15x3.c
+++ b/drivers/ide/pci/alim15x3.c
@@ -213,7 +213,7 @@ static int ali15x3_dma_setup(ide_drive_t *drive)
213 * appropriate also sets up the 1533 southbridge. 213 * appropriate also sets up the 1533 southbridge.
214 */ 214 */
215 215
216static unsigned int __devinit init_chipset_ali15x3(struct pci_dev *dev) 216static unsigned int init_chipset_ali15x3(struct pci_dev *dev)
217{ 217{
218 unsigned long flags; 218 unsigned long flags;
219 u8 tmpbyte; 219 u8 tmpbyte;
@@ -581,6 +581,8 @@ static struct pci_driver driver = {
581 .id_table = alim15x3_pci_tbl, 581 .id_table = alim15x3_pci_tbl,
582 .probe = alim15x3_init_one, 582 .probe = alim15x3_init_one,
583 .remove = ide_pci_remove, 583 .remove = ide_pci_remove,
584 .suspend = ide_pci_suspend,
585 .resume = ide_pci_resume,
584}; 586};
585 587
586static int __init ali15x3_ide_init(void) 588static int __init ali15x3_ide_init(void)