From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Fri, 30 Aug 2013 17:38:53 +0000 Subject: Re: [RFC 10/10] ARM: shmobile: r8a7790: lager: HDMI output via DU and ADV7511 Message-Id: <5220D8AD.5020101@cogentembedded.com> List-Id: References: <1377866264-21110-11-git-send-email-ulrich.hecht@gmail.com> In-Reply-To: <1377866264-21110-11-git-send-email-ulrich.hecht@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On 08/30/2013 04:37 PM, Ulrich Hecht wrote: > This builds and runs but is unlikely to provide useful output as I do not > have physical access to a Lager board yet. > Signed-off-by: Ulrich Hecht > --- > arch/arm/mach-shmobile/board-lager.c | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > diff --git a/arch/arm/mach-shmobile/board-lager.c b/arch/arm/mach-shmobile/board-lager.c > index c6b5f21..edd0f3e 100644 > --- a/arch/arm/mach-shmobile/board-lager.c > +++ b/arch/arm/mach-shmobile/board-lager.c > @@ -40,12 +40,20 @@ > #include > #include > > +#include "../../../drivers/gpu/drm/i2c/adv7511.h" Shouldn't this header moved into include/linux/platform_data/ first? WBR, Sergei