diff options
Diffstat (limited to 'arch/powerpc/kernel/eeh_dev.c')
-rw-r--r-- | arch/powerpc/kernel/eeh_dev.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/powerpc/kernel/eeh_dev.c b/arch/powerpc/kernel/eeh_dev.c index ad04ecd63c20..a34e6912c15e 100644 --- a/arch/powerpc/kernel/eeh_dev.c +++ b/arch/powerpc/kernel/eeh_dev.c | |||
@@ -78,21 +78,3 @@ void eeh_dev_phb_init_dynamic(struct pci_controller *phb) | |||
78 | /* EEH PE for PHB */ | 78 | /* EEH PE for PHB */ |
79 | eeh_phb_pe_create(phb); | 79 | eeh_phb_pe_create(phb); |
80 | } | 80 | } |
81 | |||
82 | /** | ||
83 | * eeh_dev_phb_init - Create EEH devices for devices included in existing PHBs | ||
84 | * | ||
85 | * Scan all the existing PHBs and create EEH devices for their OF | ||
86 | * nodes and their children OF nodes | ||
87 | */ | ||
88 | static int __init eeh_dev_phb_init(void) | ||
89 | { | ||
90 | struct pci_controller *phb, *tmp; | ||
91 | |||
92 | list_for_each_entry_safe(phb, tmp, &hose_list, list_node) | ||
93 | eeh_dev_phb_init_dynamic(phb); | ||
94 | |||
95 | return 0; | ||
96 | } | ||
97 | |||
98 | core_initcall(eeh_dev_phb_init); | ||