commit | 017e0fad3e40ece983527ec88a92b3da8fcdecea | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@gate.crashing.org> | Tue Jan 03 16:15:21 2006 -0600 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 15:44:30 2006 +1100 |
tree | b59f12ebd48e28cb52b695e18641a0262a5936b3 | |
parent | 03929c76f3e5af919fb762e9882a9c286d361e7d [diff] |
[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>