mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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:
parent
31493dd5ff
commit
9d922450aa
77 changed files with 77 additions and 74 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <dm/platdata.h>
|
||||
#include <dm.h>
|
||||
#include <dm/platform_data/net_ethoc.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <linux/string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue