[ARM] 4031/1: Remove references to the Avila in ixdp425 setup code

This patch removes references to the Gateworks Avila Network
Platform in the ixdp425 setup code. Avila setup should occur
separately now that a CF ATA device driver is available.

Signed-off-by: Michael-Luke Jones <mlj28@cam.ac.uk>
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Michael-Luke Jones
2006-12-16 23:01:58 +01:00
committed by Russell King
parent 7ef416c4b8
commit 6e98a2f88e
2 changed files with 1 additions and 21 deletions

View File

@@ -66,7 +66,7 @@ struct hw_pci ixdp425_pci __initdata = {
int __init ixdp425_pci_init(void)
{
if (machine_is_ixdp425() || machine_is_ixcdp1100() ||
machine_is_avila() || machine_is_ixdp465())
machine_is_ixdp465())
pci_common_init(&ixdp425_pci);
return 0;
}