From: Helge Deller Date: Sun, 15 Jan 2006 18:52:22 +0000 (-0700) Subject: [PARISC] Clean up compiler warning in pci.c X-Git-Tag: v2.6.16-rc3~205^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96629c0b111dbb31d14338a55b7f650e9c490284;p=pandora-kernel.git [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 Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed