[PATCH 13/19] dm: devres: Create a new devres header file

sjg at google.com sjg at google.com
Fri Jan 10 09:57:38 CET 2020


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 at 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!


More information about the U-Boot mailing list