commit | 96629c0b111dbb31d14338a55b7f650e9c490284 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@parisc-linux.org> | Sun Jan 15 11:52:22 2006 -0700 |
committer | Kyle McMartin <kyle@duet.int.mcmartin.ca> | Sun Jan 22 20:26:43 2006 -0500 |
tree | d60fb9813eb0f6a0bfa528eccf1d16d2a696fabb | |
parent | 10992092a8a6e445199f30e56789322851479019 [diff] |
[PARISC] Clean up compiler warning in pci.c Avoid compiler warning for unused variables on 32bit kernels by conditionalizing the local variables on CONFIG_64BIT. PCI_HOST_ADDR() only uses the hba argument on 64bit compiles. Signed-off-by: Helge Deller <deller@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>