From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH -next] 3c515: fix using pnp_get_resource when CONFIG_ISAPNP=n Date: Thu, 22 May 2008 07:09:42 -0400 Message-ID: <48355476.2070006@pobox.com> References: <20080516103524.0b00ffb6.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev , linux-next@vger.kernel.org, bjorn.helgaas@hp.com, akpm To: Randy Dunlap Return-path: In-Reply-To: <20080516103524.0b00ffb6.randy.dunlap@oracle.com> Sender: linux-next-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Randy Dunlap wrote: > From: Randy Dunlap > > 3c515.c uses pnp_irq(), which calls pnp_get_resource(), > which is not defined when CONFIG_PNP=n, so in that case, > get the IRQ from a hardware register. > > 3c515.c:(.text+0x3adc0): undefined reference to `pnp_get_resource' > > Signed-off-by: Randy Dunlap > --- > drivers/net/3c515.c | 4 ++++ applied