Commit bfd90dce248a49ced2b7419ecf78af9f7f37039e

Authored by Adrian Bunk
Committed by James Bottomley
1 parent 3be38e7a35

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/scsi/megaraid.c
... ... @@ -4889,7 +4889,7 @@
4889 4889 mdelay(1000);
4890 4890 }
4891 4891  
4892   -static void
  4892 +static void __devexit
4893 4893 megaraid_remove_one(struct pci_dev *pdev)
4894 4894 {
4895 4895 struct Scsi_Host *host = pci_get_drvdata(pdev);