X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcommon.h;h=673afdd150b46bfda8802bf185bb93f35ff19312;hb=6f2eb3f3d8ea2dbb224d0da5a12038693bab9945;hp=cd8aad090c7c80a0f548c1ad691aa04173662a88;hpb=f33e9653c9c09868995d788511d573771c209fe5;p=u-boot diff --git a/include/common.h b/include/common.h index cd8aad090c..673afdd150 100644 --- a/include/common.h +++ b/include/common.h @@ -273,7 +273,9 @@ void pciinfo (int, int); void pci_master_init (struct pci_controller *); # endif int is_pci_host (struct pci_controller *); -#if defined(CONFIG_440SPE) || defined(CONFIG_405EX) +#if defined(CONFIG_440SPE) || \ + defined(CONFIG_460EX) || defined(CONFIG_460GT) || \ + defined(CONFIG_405EX) void pcie_setup_hoses(int busno); #endif #endif