[PATCH 11/26] dm: core: Move priv/plat structs for simple_bus to headers
Simon Glass
sjg at chromium.org
Mon Dec 28 17:26:33 CET 2020
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 <sjg at 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!
More information about the U-Boot
mailing list