From 45a26867e8158d0338ba5b99d21989a72d423209 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 18 May 2017 20:09:07 -0600 Subject: dm: core: Update device_bind_driver_to_node() to use ofnode Adjust this function to us an ofnode instead of an offset, so it can be used with livetree. This involves updating all callers. Signed-off-by: Simon Glass --- include/dm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/dm.h') diff --git a/include/dm.h b/include/dm.h index e634814d741..f752792c92f 100644 --- a/include/dm.h +++ b/include/dm.h @@ -10,6 +10,8 @@ #include #include #include +#include +#include #include #include -- cgit v1.2.3