All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@steeleye.com>
To: "Moore, Eric Dean" <Emoore@lsil.com>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>, hch@infradead.org
Subject: Re: [PATCH] 2.6.2-rc2 - MPT Fusion driver 3.00.02 update
Date: 26 Jan 2004 19:10:32 -0600	[thread overview]
Message-ID: <1075165833.1834.13.camel@mulgrave> (raw)
In-Reply-To: <0E3FA95632D6D047BA649F95DAB60E5703D19D2F@exa-atlanta.se.lsil.com>

This causes a compile failure when CONFIG_PM isn't defined.  I think the
attached is the fix.

James

===== drivers/message/fusion/mptbase.h 1.13 vs edited =====
--- 1.13/drivers/message/fusion/mptbase.h	Mon Jan 26 11:56:15 2004
+++ edited/drivers/message/fusion/mptbase.h	Mon Jan 26 17:25:05 2004
@@ -186,8 +186,8 @@
 	int  (*suspend) (struct pci_dev *dev, u32 state);
 #ifdef CONFIG_PM
 	int  (*resume) (struct pci_dev *dev);
-	void (*shutdown) (struct device * dev);
 #endif
+	void (*shutdown) (struct device * dev);
 };
 
 /*


  parent reply	other threads:[~2004-01-27  1:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-26 16:37 [PATCH] 2.6.2-rc2 - MPT Fusion driver 3.00.02 update Moore, Eric Dean
2004-01-26 16:45 ` James Bottomley
2004-01-27  1:10 ` James Bottomley [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-01-26 17:01 Moore, Eric Dean
2004-01-26 17:05 ` James Bottomley
2004-01-26 19:34   ` Christoph Hellwig
2004-01-27  6:18     ` Jeremy Higdon
2004-01-27  8:56       ` Douglas Gilbert
2004-01-28  2:11         ` Jeremy Higdon
2004-01-27  8:48   ` Douglas Gilbert
2004-01-28 20:08     ` James Bottomley
2004-01-27 15:11 Moore, Eric Dean

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=1075165833.1834.13.camel@mulgrave \
    --to=james.bottomley@steeleye.com \
    --cc=Emoore@lsil.com \
    --cc=hch@infradead.org \
    --cc=linux-scsi@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.