* Patch by Stephan Linz, 09 Mar 2004
[pandora-u-boot.git] / drivers / pci.c
index 289db8f..e014f91 100644 (file)
@@ -33,7 +33,6 @@
 #ifdef CONFIG_PCI
 
 #include <command.h>
-#include <cmd_boot.h>
 #include <asm/processor.h>
 #include <asm/io.h>
 #include <pci.h>
@@ -429,11 +428,9 @@ int pci_hose_scan_bus(struct pci_controller *hose, int bus)
             dev <  PCI_BDF(bus,PCI_MAX_PCI_DEVICES-1,PCI_MAX_PCI_FUNCTIONS-1);
             dev += PCI_BDF(0,0,1))
        {
-#ifndef CONFIG_405GP /* don't skip host bridge on ppc405gp */
                /* Skip our host bridge */
                if ( dev == PCI_BDF(hose->first_busno,0,0) )
                        continue;
-#endif
 
                if (PCI_FUNC(dev) && !found_multi)
                        continue;