]> git.baikalelectronics.ru Git - uboot.git/commit
dm: devres: Create a new devres header file
authorSimon Glass <sjg@chromium.org>
Mon, 30 Dec 2019 04:19:22 +0000 (21:19 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 7 Jan 2020 23:02:38 +0000 (16:02 -0700)
commit57cf19416f29aa1db0df6b2487ad5e23c3cacb32
tree0fc54e4d1f97e33b61935f5b8245931e709420e0
parentf93844dd77f3a5d0a44e6852e80070084f653662
dm: devres: Create a new devres header file

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
include/dm/devres.h [new file with mode: 0644]