Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263246AbTFGQ0O (ORCPT ); Sat, 7 Jun 2003 12:26:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263250AbTFGQ0O (ORCPT ); Sat, 7 Jun 2003 12:26:14 -0400 Received: from granite.he.net ([216.218.226.66]:59652 "EHLO granite.he.net") by vger.kernel.org with ESMTP id S263246AbTFGQ0O (ORCPT ); Sat, 7 Jun 2003 12:26:14 -0400 Date: Sat, 7 Jun 2003 09:07:43 -0700 From: Greg KH To: Adrian Bunk Cc: James Morris , pam.delaney@lsil.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] compile fix for MPT Fusion driver for 2.5.70 bk Message-ID: <20030607160743.GA17624@kroah.com> References: <20030607114543.GG15311@fs.tum.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030607114543.GG15311@fs.tum.de> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 628 Lines: 18 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/