
10 Jan
2020
10 Jan
'20
9:57 a.m.
At present these functions are lumped in with the core device functions. They have their own #ifdef to control their availability, so it seems better to split them out.
Move them into their own header file.
Signed-off-by: Simon Glass sjg@chromium.org ---
include/dm/device.h | 255 +---------------------------------------- include/dm/devres.h | 269 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 270 insertions(+), 254 deletions(-) create mode 100644 include/dm/devres.h
Applied to u-boot-dm, thanks!