]> git.baikalelectronics.ru Git - uboot.git/commit
dm: core: Move priv/plat structs for simple_bus to headers
authorSimon Glass <sjg@chromium.org>
Sat, 19 Dec 2020 17:40:03 +0000 (10:40 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commit7836a83f5fd8c085fa16a344787ca42686a5a187
treee6438c8c50d3dfb64d4937fc42c61969770ec856
parent4881cd6e25cd81d8b1a5cc48aa76d028189b667a
dm: core: Move priv/plat structs for simple_bus to headers

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@chromium.org>
drivers/core/simple-bus.c
include/dm/simple_bus.h [new file with mode: 0644]