]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_i386/pci_type1.c
s5pc1xx: serial: fix the error check logic
[karo-tx-uboot.git] / lib_i386 / pci_type1.c
index 8da8c1ced75335107961805c8eb8e9f14c6e1aae..225ae4a990923b3dfa127ac34e34e41b0f70cf81 100644 (file)
@@ -11,9 +11,6 @@
  */
 
 #include <common.h>
-
-#ifdef CONFIG_PCI
-
 #include <asm/io.h>
 #include <pci.h>
 
@@ -52,5 +49,3 @@ void pci_setup_type1(struct pci_controller* hose, u32 cfg_addr, u32 cfg_data)
        hose->cfg_addr = (unsigned int *) cfg_addr;
        hose->cfg_data = (unsigned char *) cfg_data;
 }
-
-#endif