]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[SCSI] megaraid: add __devexit annotation
authorAdrian Bunk <bunk@kernel.org>
Tue, 11 Dec 2007 22:23:31 +0000 (23:23 +0100)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 12 Jan 2008 00:28:58 +0000 (18:28 -0600)
megaraid_remove_one() can become __devexit.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: "Patro, Sumant" <Sumant.Patro@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/megaraid.c

index 66c652035730387e48d8532579a1986c2ffaa137..765c24d2bc3842d54da9ffcc214cff782d46eaaa 100644 (file)
@@ -4889,7 +4889,7 @@ __megaraid_shutdown(adapter_t *adapter)
                mdelay(1000);
 }
 
-static void
+static void __devexit
 megaraid_remove_one(struct pci_dev *pdev)
 {
        struct Scsi_Host *host = pci_get_drvdata(pdev);