]> git.dujemihanovic.xyz Git - u-boot.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)
commit6563b205eb65653e8fe0d3f92106ec37d28a4af7
treee6438c8c50d3dfb64d4937fc42c61969770ec856
parent332b98660f964895f05277dbbc2e0fd05d04ca9b
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]