mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 10:56:06 -04:00
[SCSI] megaraid: add __devexit annotation
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>
This commit is contained in:
committed by
James Bottomley
parent
3be38e7a35
commit
bfd90dce24
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user