diff options
author | Oliver O'Halloran <oohall@gmail.com> | 2017-09-15 15:40:52 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-09-15 02:49:27 -0500 |
commit | a6549f924353025134e331d1e611ff61c17e3a54 (patch) | |
tree | e5b32681f38a2eae6175126d0244fefe1a68f542 /platforms | |
parent | 8131371be933e4810381b98a28c533e0e8da7ca8 (diff) | |
download | skiboot-a6549f924353025134e331d1e611ff61c17e3a54.zip skiboot-a6549f924353025134e331d1e611ff61c17e3a54.tar.gz skiboot-a6549f924353025134e331d1e611ff61c17e3a54.tar.bz2 |
convert new witherspoon to dt helper
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'platforms')
-rw-r--r-- | platforms/astbmc/witherspoon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/astbmc/witherspoon.c b/platforms/astbmc/witherspoon.c index 2ee2ef7..1caa2ed 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) = { |