projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3be38e7
)
[SCSI] megaraid: add __devexit annotation
author
Adrian Bunk
<bunk@kernel.org>
Tue, 11 Dec 2007 22:23:31 +0000
(23:23 +0100)
committer
James 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
patch
|
blob
|
history
diff --git
a/drivers/scsi/megaraid.c
b/drivers/scsi/megaraid.c
index 66c652035730387e48d8532579a1986c2ffaa137..765c24d2bc3842d54da9ffcc214cff782d46eaaa 100644
(file)
--- a/
drivers/scsi/megaraid.c
+++ b/
drivers/scsi/megaraid.c
@@
-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);