git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1099209
)
[PARISC] Clean up compiler warning in pci.c
author
Helge Deller
<deller@parisc-linux.org>
Sun, 15 Jan 2006 18:52:22 +0000
(11:52 -0700)
committer
Kyle McMartin
<kyle@duet.int.mcmartin.ca>
Mon, 23 Jan 2006 01:26:43 +0000
(20:26 -0500)
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>
No differences found