[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0631C836DBF79F42B5A60C8C8D4E8229E022DA@NAMAIL2.ad.lsil.com>
Date: Fri, 28 Dec 2007 13:20:32 -0700
From: "Patro, Sumant" <Sumant.Patro@....com>
To: "Adrian Bunk" <bunk@...nel.org>,
"DL-MegaRAID Linux" <megaraidlinux@....com>,
<James.Bottomley@...senPartnership.com>
Cc: <linux-scsi@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: RE: [2.6 patch] scsi/megaraid.c: __devexit annotation
Ack.
Regards,
Sumant
-----Original Message-----
From: Adrian Bunk [mailto:bunk@...nel.org]
Sent: Tuesday, December 11, 2007 2:24 PM
To: DL-MegaRAID Linux; James.Bottomley@...senPartnership.com
Cc: linux-scsi@...r.kernel.org; linux-kernel@...r.kernel.org
Subject: [2.6 patch] scsi/megaraid.c: __devexit annotation
megaraid_remove_one() can become __devexit.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
b7d71f38d1c1aa66311e862b58f36aa34c888f98
diff --git a/drivers/scsi/megaraid.c b/drivers/scsi/megaraid.c index
66c6520..765c24d 100644
--- a/drivers/scsi/megaraid.c
+++ b/drivers/scsi/megaraid.c
@@ -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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists