diff options
Diffstat (limited to 'drivers/scsi/wd719x.c')
-rw-r--r-- | drivers/scsi/wd719x.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/scsi/wd719x.c b/drivers/scsi/wd719x.c index 2ba2b7b47f41..974bfb3f30f4 100644 --- a/drivers/scsi/wd719x.c +++ b/drivers/scsi/wd719x.c | |||
@@ -978,18 +978,7 @@ static struct pci_driver wd719x_pci_driver = { | |||
978 | .remove = wd719x_pci_remove, | 978 | .remove = wd719x_pci_remove, |
979 | }; | 979 | }; |
980 | 980 | ||
981 | static int __init wd719x_init(void) | 981 | module_pci_driver(wd719x_pci_driver); |
982 | { | ||
983 | return pci_register_driver(&wd719x_pci_driver); | ||
984 | } | ||
985 | |||
986 | static void __exit wd719x_exit(void) | ||
987 | { | ||
988 | pci_unregister_driver(&wd719x_pci_driver); | ||
989 | } | ||
990 | |||
991 | module_init(wd719x_init); | ||
992 | module_exit(wd719x_exit); | ||
993 | 982 | ||
994 | MODULE_DESCRIPTION("Western Digital WD7193/7197/7296 SCSI driver"); | 983 | MODULE_DESCRIPTION("Western Digital WD7193/7197/7296 SCSI driver"); |
995 | MODULE_AUTHOR("Ondrej Zary, Aaron Dewell, Juergen Gaertner"); | 984 | MODULE_AUTHOR("Ondrej Zary, Aaron Dewell, Juergen Gaertner"); |