galaxy5200: enable version environment variable
[oweals/u-boot.git] / drivers / pci / pci_indirect.c
index 55517a8fed3c0c22b8e4b7dd36624e438fa7dbbf..ab51f8d01e8d8346bad7fe23b62a8e0036694a04 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <common.h>
 
-#ifdef CONFIG_PCI
 #if (!defined(__I386__) && !defined(CONFIG_IXDP425))
 
 #include <asm/processor.h>
@@ -135,4 +134,3 @@ void pci_setup_indirect(struct pci_controller* hose, u32 cfg_addr, u32 cfg_data)
 }
 
 #endif /* !__I386__ && !CONFIG_IXDP425 */
-#endif /* CONFIG_PCI */