Skip to content
Commit 92fbc1c1 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jeff Garzik
Browse files

3c515: fix using pnp_get_resource when CONFIG_ISAPNP=n



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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 1b0771ab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment