Loading drivers/ide/pci/aec62xx.c +1 −1 Original line number Diff line number Diff line Loading @@ -307,7 +307,7 @@ static struct pci_driver driver = { .name = "AEC62xx_IDE", .id_table = aec62xx_pci_tbl, .probe = aec62xx_init_one, .remove = aec62xx_remove, .remove = __devexit_p(aec62xx_remove), }; static int __init aec62xx_ide_init(void) Loading drivers/ide/pci/cy82c693.c +1 −1 Original line number Diff line number Diff line Loading @@ -447,7 +447,7 @@ static struct pci_driver driver = { .name = "Cypress_IDE", .id_table = cy82c693_pci_tbl, .probe = cy82c693_init_one, .remove = cy82c693_remove, .remove = __devexit_p(cy82c693_remove), }; static int __init cy82c693_ide_init(void) Loading drivers/ide/pci/hpt366.c +1 −1 Original line number Diff line number Diff line Loading @@ -1620,7 +1620,7 @@ static struct pci_driver driver = { .name = "HPT366_IDE", .id_table = hpt366_pci_tbl, .probe = hpt366_init_one, .remove = hpt366_remove, .remove = __devexit_p(hpt366_remove), }; static int __init hpt366_ide_init(void) Loading drivers/ide/pci/it821x.c +1 −1 Original line number Diff line number Diff line Loading @@ -686,7 +686,7 @@ static struct pci_driver driver = { .name = "ITE821x IDE", .id_table = it821x_pci_tbl, .probe = it821x_init_one, .remove = it821x_remove, .remove = __devexit_p(it821x_remove), }; static int __init it821x_ide_init(void) Loading drivers/ide/pci/pdc202xx_new.c +1 −1 Original line number Diff line number Diff line Loading @@ -566,7 +566,7 @@ static struct pci_driver driver = { .name = "Promise_IDE", .id_table = pdc202new_pci_tbl, .probe = pdc202new_init_one, .remove = pdc202new_remove, .remove = __devexit_p(pdc202new_remove), }; static int __init pdc202new_ide_init(void) Loading Loading
drivers/ide/pci/aec62xx.c +1 −1 Original line number Diff line number Diff line Loading @@ -307,7 +307,7 @@ static struct pci_driver driver = { .name = "AEC62xx_IDE", .id_table = aec62xx_pci_tbl, .probe = aec62xx_init_one, .remove = aec62xx_remove, .remove = __devexit_p(aec62xx_remove), }; static int __init aec62xx_ide_init(void) Loading
drivers/ide/pci/cy82c693.c +1 −1 Original line number Diff line number Diff line Loading @@ -447,7 +447,7 @@ static struct pci_driver driver = { .name = "Cypress_IDE", .id_table = cy82c693_pci_tbl, .probe = cy82c693_init_one, .remove = cy82c693_remove, .remove = __devexit_p(cy82c693_remove), }; static int __init cy82c693_ide_init(void) Loading
drivers/ide/pci/hpt366.c +1 −1 Original line number Diff line number Diff line Loading @@ -1620,7 +1620,7 @@ static struct pci_driver driver = { .name = "HPT366_IDE", .id_table = hpt366_pci_tbl, .probe = hpt366_init_one, .remove = hpt366_remove, .remove = __devexit_p(hpt366_remove), }; static int __init hpt366_ide_init(void) Loading
drivers/ide/pci/it821x.c +1 −1 Original line number Diff line number Diff line Loading @@ -686,7 +686,7 @@ static struct pci_driver driver = { .name = "ITE821x IDE", .id_table = it821x_pci_tbl, .probe = it821x_init_one, .remove = it821x_remove, .remove = __devexit_p(it821x_remove), }; static int __init it821x_ide_init(void) Loading
drivers/ide/pci/pdc202xx_new.c +1 −1 Original line number Diff line number Diff line Loading @@ -566,7 +566,7 @@ static struct pci_driver driver = { .name = "Promise_IDE", .id_table = pdc202new_pci_tbl, .probe = pdc202new_init_one, .remove = pdc202new_remove, .remove = __devexit_p(pdc202new_remove), }; static int __init pdc202new_ide_init(void) Loading