From d6ffb00a438ef8ba714feb2c72a7ddbdebad2b2e Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 17:18:04 -0600 Subject: dm: core: Move dev_get_addr() etc. into a separate file Move this group of address-related functions into a new file. These use the flat device tree. Future work will provide new versions of these which can support the live tree. Signed-off-by: Simon Glass --- include/dm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dm.h') diff --git a/include/dm.h b/include/dm.h index a179c8a6e3..84f789d807 100644 --- a/include/dm.h +++ b/include/dm.h @@ -8,6 +8,7 @@ #define _DM_H_ #include +#include #include #include -- cgit v1.2.3