With the new of-platdata, these need to be available to dt_platdata.c so must be in header files. Move them.
Signed-off-by: Simon Glass <s...@chromium.org> --- drivers/core/simple-bus.c | 7 +------ include/dm/simple_bus.h | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 include/dm/simple_bus.h Applied to u-boot-dm/next, thanks!