mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00: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:
parent
3be38e7a35
commit
bfd90dce24
1 changed files with 1 additions and 1 deletions
|
@ -4889,7 +4889,7 @@ __megaraid_shutdown(adapter_t *adapter)
|
||||||
mdelay(1000);
|
mdelay(1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void __devexit
|
||||||
megaraid_remove_one(struct pci_dev *pdev)
|
megaraid_remove_one(struct pci_dev *pdev)
|
||||||
{
|
{
|
||||||
struct Scsi_Host *host = pci_get_drvdata(pdev);
|
struct Scsi_Host *host = pci_get_drvdata(pdev);
|
||||||
|
|
Loading…
Add table
Reference in a new issue