diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2004-08-13 15:47:03 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2004-08-13 15:47:03 -0400 |
| commit | 27189ec186a3b27accc64ff864c5fa08c148aa7f (patch) | |
| tree | d980ace2bab3274d600540d8bcfb6ea0fb91da6b | |
| parent | 923540a1804e39d1461993b8b23438cc5b52d51e (diff) | |
[libata] (cosmetic) minimize diff with 2.4.x libata
Also, remove BenH's email address from SiI driver, to reduce
email coming to him for a driver he didn't write (by request).
| -rw-r--r-- | drivers/scsi/sata_sil.c | 2 | ||||
| -rw-r--r-- | drivers/scsi/sata_sis.c | 2 | ||||
| -rw-r--r-- | drivers/scsi/sata_svw.c | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/drivers/scsi/sata_sil.c b/drivers/scsi/sata_sil.c index 5abc4cb861d4..5f8ae9c808c6 100644 --- a/drivers/scsi/sata_sil.c +++ b/drivers/scsi/sata_sil.c @@ -6,7 +6,7 @@ * on emails. * * Copyright 2003 Red Hat, Inc. - * Copyright 2003 Benjamin Herrenschmidt <benh@kernel.crashing.org> + * Copyright 2003 Benjamin Herrenschmidt * * The contents of this file are subject to the Open * Software License version 1.1 that can be found at diff --git a/drivers/scsi/sata_sis.c b/drivers/scsi/sata_sis.c index 51f235026cde..3c1a95494001 100644 --- a/drivers/scsi/sata_sis.c +++ b/drivers/scsi/sata_sis.c @@ -285,6 +285,6 @@ static void __exit sis_exit(void) pci_unregister_driver(&sis_pci_driver); } - module_init(sis_init); module_exit(sis_exit); + diff --git a/drivers/scsi/sata_svw.c b/drivers/scsi/sata_svw.c index 51dfc0d8a1fe..03b59868835f 100644 --- a/drivers/scsi/sata_svw.c +++ b/drivers/scsi/sata_svw.c @@ -389,6 +389,7 @@ static int __init k2_sata_init(void) return pci_module_init(&k2_sata_pci_driver); } + static void __exit k2_sata_exit(void) { pci_unregister_driver(&k2_sata_pci_driver); |
