From: Kumar Gala Date: Tue, 3 Jan 2006 22:15:21 +0000 (-0600) Subject: [PATCH] powerpc: fixing compile issue with !CONFIG_PCI in legacy_serial.c X-Git-Tag: v2.6.16-rc1~666^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=017e0fad3e40ece983527ec88a92b3da8fcdecea;p=pandora-kernel.git [PATCH] powerpc: fixing compile issue with !CONFIG_PCI in legacy_serial.c Only build in support for ISA and PCI cases if we have enabled CONFIG_ISA and CONFIG_PCI. Additionally, isa_bridge is a global so we shouldn't use it a parameter name since it gets redefined to NULL when !CONFIG_PCI. Signed-off-by: Kumar Gala Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed