]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/netstal/hcu5/hcu5.c
ppc4xx: Remove duplicated is_pci_host() functions
[karo-tx-uboot.git] / board / netstal / hcu5 / hcu5.c
index 946c3f3a4dd304a97e6b7a727241db3b84178f4a..7ffc2620245758f70640bf26873d35f21f6fe011 100644 (file)
@@ -460,25 +460,6 @@ void pci_master_init(struct pci_controller *hose)
                              temp_short | PCI_COMMAND_MASTER |
                              PCI_COMMAND_MEMORY);
 }
-
-/*
- *  is_pci_host
- *
- *     This routine is called to determine if a pci scan should be
- *     performed. With various hardware environments (especially cPCI and
- *     PPMC) it's insufficient to depend on the state of the arbiter enable
- *     bit in the strap register, or generic host/adapter assumptions.
- *
- *     Rather than hard-code a bad assumption in the general 440 code, the
- *     440 pci code requires the board to decide at runtime.
- *
- *     Return 0 for adapter mode, non-zero for host (monarch) mode.
- *
- */
-int is_pci_host(struct pci_controller *hose)
-{
-       return 1;
-}
 #endif  /* defined(CONFIG_PCI) */
 
 #if defined(CONFIG_POST)