forked from Minki/linux
[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:
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);
|
||||
|
Loading…
Reference in New Issue
Block a user