Commit 27189ec1 authored by Jeff Garzik's avatar Jeff Garzik

[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).
parent 923540a1
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* on emails. * on emails.
* *
* Copyright 2003 Red Hat, Inc. * 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 * The contents of this file are subject to the Open
* Software License version 1.1 that can be found at * Software License version 1.1 that can be found at
......
...@@ -285,6 +285,6 @@ static void __exit sis_exit(void) ...@@ -285,6 +285,6 @@ static void __exit sis_exit(void)
pci_unregister_driver(&sis_pci_driver); pci_unregister_driver(&sis_pci_driver);
} }
module_init(sis_init); module_init(sis_init);
module_exit(sis_exit); module_exit(sis_exit);
...@@ -389,6 +389,7 @@ static int __init k2_sata_init(void) ...@@ -389,6 +389,7 @@ static int __init k2_sata_init(void)
return pci_module_init(&k2_sata_pci_driver); return pci_module_init(&k2_sata_pci_driver);
} }
static void __exit k2_sata_exit(void) static void __exit k2_sata_exit(void)
{ {
pci_unregister_driver(&k2_sata_pci_driver); pci_unregister_driver(&k2_sata_pci_driver);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment