From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhou Zhu Date: Tue, 11 Feb 2014 01:03:21 +0000 Subject: Re: [PATCH v2 3/4] video: mmp: add devm_mmp_get_path_by_phandle for DT Message-Id: <52F976D9.4050504@marvell.com> List-Id: References: <1389698184-28761-1-git-send-email-zzhu3@marvell.com> <1389698184-28761-4-git-send-email-zzhu3@marvell.com> <52F8C6F6.5000200@ti.com> In-Reply-To: <52F8C6F6.5000200-l0cyMroinI0@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tomi Valkeinen Cc: "linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Jean-Christophe Plagniol-Villard , Haojian Zhuang , Sascha Hauer , Jingoo Han , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Chao Xie , Guoqing Li On 02/10/2014 08:32 PM, Tomi Valkeinen wrote: > On 14/01/14 13:16, Zhou Zhu wrote: >> 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