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)
commit42a8db5c5ba8541b43a1aea439b3605195b122de
tree0fc54e4d1f97e33b61935f5b8245931e709420e0
parent153851ddfa39dc1bd4f3b5402d80487d52c644aa
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]