commit | 4c253fdb2a175ea3472c38a1455a16faa58e81f0 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Dec 09 10:27:33 2008 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 09 21:15:03 2008 +0100 |
tree | c2a1b9ea159182a0c1c18f66feff8fd7fb7340a5 | |
parent | 13d36ec849785453953d00220b2c7dc66644a3c2 [diff] |
drivers/fsl_pci_init: Fix compile warning fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows': fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type The check only makes sense if we are CONFIG_PHYS_64BIT Signed-off-by: Kumar Gala <galak@kernel.crashing.org>