commit | b5045cdda556c73e2697cd1d3ea6563315cbf490 | [log] [tgz] |
---|---|---|
author | Detlev Zundel <dzu@denx.de> | Wed Mar 31 15:38:55 2010 +0200 |
committer | trix <trix@windriver.com> | Sun Apr 04 11:08:55 2010 -0500 |
tree | e4c0906d1d10a9388b90c70449672deb2144e000 | |
parent | 0701f730cebc8dd065b70812ca0332055dcf10f8 [diff] |
arm/integrator: Remove unneccessary CONFIG_PCI check. pci_eth_init() is already conditional to CONFIG_PCI so not every caller needs to have conditionals. This is the only place in the current code base where such a check is still at the calling site. Signed-off-by: Detlev Zundel <dzu@denx.de> CC: Ben Warren <biggerbadderben@gmail.com> CC: Peter Pearse <peter.pearse@arm.com>