commit | 71c50ebc57a6f7299412abdff4134fa22e0d0b39 | [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 | 1e01b08d4bd094ebf8c5093a58a838e2d79acbf8 [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>