]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/AndesTech/adp-ag102/adp-ag102.c
Merge branch 'master' of git://git.denx.de/u-boot-nds32
[karo-tx-uboot.git] / board / AndesTech / adp-ag102 / adp-ag102.c
index 6f0d0ee126279a6513bc9c48684c543f2f32d03b..3f879ab3ce8ad98302520d4075a9d65d716c7dd9 100644 (file)
@@ -10,6 +10,7 @@
 #include <netdev.h>
 #include <asm/io.h>
 
+#include <faraday/ftpci100.h>
 #include <faraday/ftsdc010.h>
 #ifdef CONFIG_FTSMC020
 #include <faraday/ftsmc020.h>
@@ -77,8 +78,6 @@ ulong board_flash_get_legacy(ulong base, int banknum, flash_info_t *info)
 void pci_init_board(void)
 {
        /* should be pci_ftpci100_init() */
-       extern void pci_ftpci_init();
-
        pci_ftpci_init();
 }
 #endif