Commit bfd90dce authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley

[SCSI] megaraid: add __devexit annotation

megaraid_remove_one() can become __devexit.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatar"Patro, Sumant" <Sumant.Patro@lsi.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 3be38e7a
......@@ -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);
......
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