From: Andy Fleming Date: Mon, 16 Oct 2006 21:03:33 +0000 (-0500) Subject: [POWERPC] Fix up the OF functions to only do PCI stuff if PCI is actually configured X-Git-Tag: v2.6.20-rc1~34^2~40^2~8^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83efafb301bc79a32799ca854fb590e82c4396e9;p=pandora-kernel.git [POWERPC] Fix up the OF functions to only do PCI stuff if PCI is actually configured The original problem that inspired this patch was solved quite some time ago (Turning off PCI didn't work), but this patch neatens things up a little (I think), by putting all the PCI stuff inside a single CONFIG_PCI block. It also removes the OF PCI bus matching entries if CONFIG_PCI is off. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed