linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Patro, Sumant" <Sumant.Patro@lsi.com>
To: "Adrian Bunk" <bunk@kernel.org>,
	"DL-MegaRAID Linux" <megaraidlinux@lsi.com>,
	<James.Bottomley@HansenPartnership.com>
Cc: <linux-scsi@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: RE: [2.6 patch] scsi/megaraid.c: __devexit annotation
Date: Fri, 28 Dec 2007 13:20:32 -0700	[thread overview]
Message-ID: <0631C836DBF79F42B5A60C8C8D4E8229E022DA@NAMAIL2.ad.lsil.com> (raw)
In-Reply-To: <20071211222331.GW14204@stusta.de>

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);


      reply	other threads:[~2007-12-28 20:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-11 22:23 [2.6 patch] scsi/megaraid.c: __devexit annotation Adrian Bunk
2007-12-28 20:20 ` Patro, Sumant [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0631C836DBF79F42B5A60C8C8D4E8229E022DA@NAMAIL2.ad.lsil.com \
    --to=sumant.patro@lsi.com \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=bunk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=megaraidlinux@lsi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).