[PATCH] powerpc: fixing compile issue with !CONFIG_PCI in legacy_serial.c
authorKumar Gala <galak@gate.crashing.org>
Tue, 3 Jan 2006 22:15:21 +0000 (16:15 -0600)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 04:44:30 +0000 (15:44 +1100)
commit017e0fad3e40ece983527ec88a92b3da8fcdecea
treeb59f12ebd48e28cb52b695e18641a0262a5936b3
parent03929c76f3e5af919fb762e9882a9c286d361e7d
[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 <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/legacy_serial.c