1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

dm: Use dm.h header when driver mode is used

This header includes things that are needed to make driver build. Adjust
existing users to include that always, even if other dm/ includes are
present

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2017-05-17 17:18:03 -06:00
parent 31493dd5ff
commit 9d922450aa
77 changed files with 77 additions and 74 deletions

View File

@@ -4,7 +4,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <dm/device.h>
#include <dm.h>
#include <sysreset.h>
#include <linux/errno.h>
#include <linux/psci.h>