From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: Re: [PATCH v3 2/2] ARM: OMAP: igep0020: use display init from dss-common Date: Wed, 9 Oct 2013 12:27:13 +0300 Message-ID: <52552171.6050002@ti.com> References: <1381310359-20668-1-git-send-email-javier.martinez@collabora.co.uk> <1381310359-20668-3-git-send-email-javier.martinez@collabora.co.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cHihXmsdoM4Cjhhp8LIdt4AI70JA76RBw" Return-path: Received: from bear.ext.ti.com ([192.94.94.41]:44779 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751536Ab3JIJ1b (ORCPT ); Wed, 9 Oct 2013 05:27:31 -0400 In-Reply-To: <1381310359-20668-3-git-send-email-javier.martinez@collabora.co.uk> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Javier Martinez Canillas , Tony Lindgren Cc: Enric Balletbo i Serra , bcousson@baylibre.com, linux-omap@vger.kernel.org --cHihXmsdoM4Cjhhp8LIdt4AI70JA76RBw Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 09/10/13 12:19, Javier Martinez Canillas wrote: > Now that display information and setup is made from dss-common > there is no need to have this code in the board file. >=20 > Signed-off-by: Javier Martinez Canillas > --- >=20 > Changes since v2: > - None, this is a new patch added for v3. >=20 > arch/arm/mach-omap2/board-igep0020.c | 41 +++-------------------------= -------- > 1 file changed, 3 insertions(+), 38 deletions(-) >=20 > diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2= /board-igep0020.c > index 06dbb2d..d648d50 100644 > --- a/arch/arm/mach-omap2/board-igep0020.c > +++ b/arch/arm/mach-omap2/board-igep0020.c > @@ -43,6 +43,7 @@ > #include "board-flash.h" > #include "control.h" > #include "gpmc-onenand.h" > +#include "dss-common.h" I didn't try, but I think these can be now removed from the board file: #include