linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] scsi/megaraid.c: __devexit annotation
@ 2007-12-11 22:23 Adrian Bunk
  2007-12-28 20:20 ` Patro, Sumant
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-12-11 22:23 UTC (permalink / raw)
  To: megaraidlinux, James.Bottomley; +Cc: linux-scsi, linux-kernel

megaraid_remove_one() can become __devexit.

Signed-off-by: Adrian Bunk <bunk@kernel.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);


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [2.6 patch] scsi/megaraid.c: __devexit annotation
  2007-12-11 22:23 [2.6 patch] scsi/megaraid.c: __devexit annotation Adrian Bunk
@ 2007-12-28 20:20 ` Patro, Sumant
  0 siblings, 0 replies; 2+ messages in thread
From: Patro, Sumant @ 2007-12-28 20:20 UTC (permalink / raw)
  To: Adrian Bunk, DL-MegaRAID Linux, James.Bottomley; +Cc: linux-scsi, linux-kernel

Ack.

Regards,

Sumant 

-----Original Message-----
From: Adrian Bunk [mailto:bunk@kernel.org] 
Sent: Tuesday, December 11, 2007 2:24 PM
To: DL-MegaRAID Linux; James.Bottomley@HansenPartnership.com
Cc: linux-scsi@vger.kernel.org; linux-kernel@vger.kernel.org
Subject: [2.6 patch] scsi/megaraid.c: __devexit annotation

megaraid_remove_one() can become __devexit.

Signed-off-by: Adrian Bunk <bunk@kernel.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);


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-28 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-11 22:23 [2.6 patch] scsi/megaraid.c: __devexit annotation Adrian Bunk
2007-12-28 20:20 ` Patro, Sumant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).