]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm/integrator: Remove unneccessary CONFIG_PCI check.
authorDetlev Zundel <dzu@denx.de>
Wed, 31 Mar 2010 13:38:55 +0000 (15:38 +0200)
committertrix <trix@windriver.com>
Sun, 4 Apr 2010 16:08:55 +0000 (11:08 -0500)
commitb5045cdda556c73e2697cd1d3ea6563315cbf490
treee4c0906d1d10a9388b90c70449672deb2144e000
parent0701f730cebc8dd065b70812ca0332055dcf10f8
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>
board/armltd/integrator/integrator.c