Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
- Loading branch information