From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Tue, 21 Aug 2012 10:35:12 +0000 Subject: Re: [PATCH V5 3/6] OMAPDSS: DSS: Cleanup cpu_is_xxxx checks Message-Id: <1345545312.4085.46.camel@deskari> MIME-Version: 1 Content-Type: multipart/mixed; boundary="=-r8xUcEiC5u4esPwl/ohX" List-Id: References: <94a123bbc0a4ecd48fc71275fd5efbe0aac93b87.1345468541.git.cmahapatra@ti.com> In-Reply-To: <94a123bbc0a4ecd48fc71275fd5efbe0aac93b87.1345468541.git.cmahapatra@ti.com> To: Chandrabhanu Mahapatra Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org --=-r8xUcEiC5u4esPwl/ohX Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, 2012-08-20 at 18:53 +0530, Chandrabhanu Mahapatra wrote: > All the cpu_is checks have been moved to dss_init_features function provi= ding a > much more generic and cleaner interface. The OMAP version and revision sp= ecific > initializations in various functions are cleaned and the necessary data a= re > moved to dss_features structure which is local to dss.c. >=20 > Signed-off-by: Chandrabhanu Mahapatra > --- > drivers/video/omap2/dss/dss.c | 117 ++++++++++++++++++++++++++---------= ------ > 1 file changed, 76 insertions(+), 41 deletions(-) >=20 > diff --git a/drivers/video/omap2/dss/dss.c b/drivers/video/omap2/dss/dss.= c > index 10566ae..f6d3d0a 100644 > --- a/drivers/video/omap2/dss/dss.c > +++ b/drivers/video/omap2/dss/dss.c > @@ -31,6 +31,7 @@ > #include > #include > #include > +#include > =20 > #include