projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddfbc93
)
microblaze: Remove powerpc code from Microblaze port
author
Michal Simek
<monstr@monstr.eu>
Thu, 13 May 2010 10:09:54 +0000
(12:09 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 13 May 2010 10:09:54 +0000
(12:09 +0200)
Remove eeh_add_device_tree_late which is powerpc specific code.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/pci/pci-common.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/pci/pci-common.c
b/arch/microblaze/pci/pci-common.c
index 01c8c97c15b772c6d0bde3e753ac620cbbb8902b..9cb782b8e036f763b09d61054652897da5c9141b 100644
(file)
--- a/
arch/microblaze/pci/pci-common.c
+++ b/
arch/microblaze/pci/pci-common.c
@@
-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);