[Skiboot] [PATCH 07/14] convert new witherspoon to dt helper

Oliver O'Halloran oohall at gmail.com
Fri Sep 15 15:40:52 AEST 2017


---
 platforms/astbmc/witherspoon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/astbmc/witherspoon.c b/platforms/astbmc/witherspoon.c
index 2ee2ef7b81f9..1caa2edbdb12 100644
--- a/platforms/astbmc/witherspoon.c
+++ b/platforms/astbmc/witherspoon.c
@@ -483,7 +483,7 @@ DECLARE_PLATFORM(witherspoon) = {
 	.exit			= ipmi_wdt_final_reset,
 	.terminate		= ipmi_terminate,
 
-	.pci_get_slot_info	= map_pci_dev_to_slot,
+	.pci_get_slot_info	= dt_slot_get_slot_info,
 };
 
 DECLARE_PLATFORM(old_witherspoon) = {
-- 
2.9.5



More information about the Skiboot mailing list