Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ce2470a authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Remove powerpc code from Microblaze port



Remove eeh_add_device_tree_late which is powerpc specific code.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent ddfbc935
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1507,7 +1507,7 @@ void pcibios_finish_adding_to_bus(struct pci_bus *bus)
	pci_bus_add_devices(bus);

	/* Fixup EEH */
	eeh_add_device_tree_late(bus);
	/* eeh_add_device_tree_late(bus); */
}
EXPORT_SYMBOL_GPL(pcibios_finish_adding_to_bus);