From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Tue, 17 Dec 2013 06:20:18 +0000 Subject: Re: [PATCHv2 03/27] ARM: OMAP2+: add omapdss_init_of() Message-Id: <52AFED22.2010703@ti.com> MIME-Version: 1 Content-Type: multipart/mixed; boundary="nNf67hKkKXJumqoSaAL2jQ74tWTLOq2r4" List-Id: References: <1387205794-32246-1-git-send-email-tomi.valkeinen@ti.com> <1387205794-32246-4-git-send-email-tomi.valkeinen@ti.com> <20131216184623.GC26293@atomide.com> In-Reply-To: <20131216184623.GC26293@atomide.com> To: Tony Lindgren Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, devicetree@vger.kernel.org --nNf67hKkKXJumqoSaAL2jQ74tWTLOq2r4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2013-12-16 20:46, Tony Lindgren wrote: > * Tomi Valkeinen [131216 07:02]: >> omapdss driver uses a omapdss platform device to pass platform specifi= c >> function pointers and DSS hardware version from the arch code to the >> driver. This device is needed also when booting with DT. >> >> This patch adds omapdss_init_of() function, called from board-generic = at >> init time, which creates the omapdss device. > ... >=20 >> --- a/arch/arm/mach-omap2/display.c >> +++ b/arch/arm/mach-omap2/display.c >> @@ -23,6 +23,8 @@ >> #include >> #include >> #include >> +#include >> +#include >> =20 >> #include