commit | 42a8db5c5ba8541b43a1aea439b3605195b122de | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 29 21:19:22 2019 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 07 16:02:38 2020 -0700 |
tree | 0fc54e4d1f97e33b61935f5b8245931e709420e0 | |
parent | 153851ddfa39dc1bd4f3b5402d80487d52c644aa [diff] |
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>