From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:39027 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756577AbZAUAMy (ORCPT ); Tue, 20 Jan 2009 19:12:54 -0500 Date: Tue, 20 Jan 2009 19:12:50 -0500 From: Kyle McMartin To: "Luis R. Rodriguez" Cc: Kyle McMartin , Greg KH , Luis Rodriguez , Paul Hickey , "stable@kernel.org" , Kyle McMartin , "linux-wireless@vger.kernel.org" Subject: Re: [stable] Failed Build of modules for 2.6.27.9-159 Message-ID: <20090121001250.GG17452@bombadil.infradead.org> (sfid-20090121_011259_037184_E632B329) References: <1232404986.3641.2.camel@localhost.localdomain> <20090120000336.GB4018@tesla> <1232433738.3696.3.camel@localhost.localdomain> <20090120194243.GC19581@tesla> <20090120200515.GA5077@kroah.com> <20090120201316.GG19581@tesla> <20090120201613.GA5313@kroah.com> <20090120211630.GJ19581@tesla> <20090120220810.GE17452@bombadil.infradead.org> <43e72e890901201607h359018eew3bf7f99b5d1b0759@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <43e72e890901201607h359018eew3bf7f99b5d1b0759@mail.gmail.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, Jan 20, 2009 at 04:07:52PM -0800, Luis R. Rodriguez wrote: > Thanks Kyle, that's pretty neat, unfortunately my compat.c includes > compat.h and since compat.h includes pci.h the compiler nags about the > double header redefinition of foo() where pci.h already has that > present (on those systems only). Essentially I'd need a way for > systems without foo() to define the header line and for systems that > already have it to not add the line. Know any trick for that? > > Any particular strong reason to add that pci inline onto FC10 headers? Well, because it came with an ALSA update...