]> git.sur5r.net Git - u-boot/commitdiff
common: Drop pci_pre_init() and is_pci_host()
authorSimon Glass <sjg@chromium.org>
Wed, 17 May 2017 14:22:35 +0000 (08:22 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 15:02:26 +0000 (11:02 -0400)
These should not be in common.h. They are used in some legacy PowerPC
code. Just drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/common.h

index a6347e0167a8caca7385031cc7ea79b8cc741cb2..8d6d1d8d5f933d0ed28ef08efaffcf473710093c 100644 (file)
@@ -456,11 +456,6 @@ int get_env_id (void);
 void   pci_init      (void);
 void   pci_init_board(void);
 
-#if defined(CONFIG_PCI) && defined(CONFIG_4xx)
-    int           pci_pre_init        (struct pci_controller *);
-    int           is_pci_host         (struct pci_controller *);
-#endif
-
 #if defined(CONFIG_PCI) && (defined(CONFIG_440) || defined(CONFIG_405EX))
 #   if defined(CONFIG_SYS_PCI_TARGET_INIT)
        void    pci_target_init      (struct pci_controller *);