From: Greg KH <greg@kroah.com>
To: Adrian Bunk <bunk@fs.tum.de>
Cc: James Morris <jmorris@intercode.com.au>,
pam.delaney@lsil.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] compile fix for MPT Fusion driver for 2.5.70 bk
Date: Sat, 7 Jun 2003 09:07:43 -0700 [thread overview]
Message-ID: <20030607160743.GA17624@kroah.com> (raw)
In-Reply-To: <20030607114543.GG15311@fs.tum.de>
On Sat, Jun 07, 2003 at 01:45:44PM +0200, Adrian Bunk wrote:
> - pdev2 = pci_peek_next_dev(pdev);
> + pdev2 = (pdev) != pci_dev_g(&pci_devices) ? pci_dev_g((pdev)->global_list.next) : NULL;
This will not work, as pci_devices is no longer exported in Linus's bk
tree.
As for removing all the old compatibility stuff, that's up to the
maintainer of the driver.
thanks,
greg k-h
prev parent reply other threads:[~2003-06-07 16:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-05 16:01 [PATCH] compile fix for MPT Fusion driver for 2.5.70 bk James Morris
2003-06-05 16:29 ` Dave Jones
2003-06-05 16:33 ` Greg KH
2003-06-05 16:38 ` James Morris
2003-06-07 11:45 ` Adrian Bunk
2003-06-07 16:07 ` Greg KH [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=20030607160743.GA17624@kroah.com \
--to=greg@kroah.com \
--cc=bunk@fs.tum.de \
--cc=jmorris@intercode.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=pam.delaney@lsil.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