From: Bjorn Helgaas Date: Tue, 29 Apr 2008 08:03:22 +0000 (-0700) Subject: parport_pc: wrap PNP probe code in #ifdef CONFIG_PNP X-Git-Tag: v2.6.26-rc1~415 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b9a3962c69754e8eeb3d578bb33fdb1cf97cca;p=pandora-kernel.git parport_pc: wrap PNP probe code in #ifdef CONFIG_PNP Wrap PNP probe code in #ifdef CONFIG_PNP. We already do the same for CONFIG_PCI. Without this change, we'll have unresolved references to pnp_get_resource() function when CONFIG_PNP=n. (This is a new interface that's not in mainline yet.) Signed-off-by: Bjorn Helgaas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed