diff options
-rw-r--r-- | arch/powerpc/platforms/85xx/mpc85xx_ads.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_ads.c b/arch/powerpc/platforms/85xx/mpc85xx_ads.c index 7d12a19aa7ee..de72a5f464b1 100644 --- a/arch/powerpc/platforms/85xx/mpc85xx_ads.c +++ b/arch/powerpc/platforms/85xx/mpc85xx_ads.c | |||
@@ -36,17 +36,6 @@ | |||
36 | 36 | ||
37 | #include "mpc85xx.h" | 37 | #include "mpc85xx.h" |
38 | 38 | ||
39 | #ifdef CONFIG_PCI | ||
40 | static int mpc85xx_exclude_device(struct pci_controller *hose, | ||
41 | u_char bus, u_char devfn) | ||
42 | { | ||
43 | if (bus == 0 && PCI_SLOT(devfn) == 0) | ||
44 | return PCIBIOS_DEVICE_NOT_FOUND; | ||
45 | else | ||
46 | return PCIBIOS_SUCCESSFUL; | ||
47 | } | ||
48 | #endif /* CONFIG_PCI */ | ||
49 | |||
50 | static void __init mpc85xx_ads_pic_init(void) | 39 | static void __init mpc85xx_ads_pic_init(void) |
51 | { | 40 | { |
52 | struct mpic *mpic = mpic_alloc(NULL, 0, MPIC_BIG_ENDIAN, | 41 | struct mpic *mpic = mpic_alloc(NULL, 0, MPIC_BIG_ENDIAN, |
@@ -145,10 +134,6 @@ static void __init mpc85xx_ads_setup_arch(void) | |||
145 | init_ioports(); | 134 | init_ioports(); |
146 | #endif | 135 | #endif |
147 | 136 | ||
148 | #ifdef CONFIG_PCI | ||
149 | ppc_md.pci_exclude_device = mpc85xx_exclude_device; | ||
150 | #endif | ||
151 | |||
152 | fsl_pci_assign_primary(); | 137 | fsl_pci_assign_primary(); |
153 | } | 138 | } |
154 | 139 | ||