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:
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <dm/device.h>
|
||||
#include <dm.h>
|
||||
#include <dm/platform_data/net_ethoc.h>
|
||||
#include <linux/io.h>
|
||||
#include <malloc.h>
|
||||
|
||||
Reference in New Issue
Block a user