From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhou Zhu Date: Tue, 14 Jan 2014 11:16:23 +0000 Subject: [PATCH v2 3/4] video: mmp: add devm_mmp_get_path_by_phandle for DT Message-Id: <1389698184-28761-4-git-send-email-zzhu3@marvell.com> List-Id: References: <1389698184-28761-1-git-send-email-zzhu3@marvell.com> In-Reply-To: <1389698184-28761-1-git-send-email-zzhu3-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Tomi Valkeinen , Jean-Christophe Plagniol-Villard , Haojian Zhuang , Sascha Hauer , Jingoo Han , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Chao Xie , Guoqing Li , Zhou Zhu add devm_mmp_get_path_by_phandle to replace mmp_get_path for DT usage Signed-off-by: Zhou Zhu --- drivers/video/mmp/core.c | 35 +++++++++++++++++++++++++++++++++++ include/video/mmp_disp.h | 2 ++ 2 files changed, 37 insertions(+) diff --git a/drivers/video/mmp/core.c b/drivers/video/mmp/core.c index b563b92..0538458 100644 --- a/drivers/video/mmp/core.c +++ b/drivers/video/mmp/core.c @@ -23,6 +23,7 @@ #include #include #include +#include #include