From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Date: Fri, 02 Mar 2018 09:12:53 +0000 Subject: Re: v4.16-rc0: missing includes in framebuffers break N900 compilation Message-Id: <20180302091253.GB15948@amd> MIME-Version: 1 Content-Type: multipart/mixed; boundary="7iMSBzlTiPOCCT2k" List-Id: References: <20180226130007.GA5634@amd> <46d9fddf-7e6d-b157-0745-6366ccd57a41@ti.com> In-Reply-To: <46d9fddf-7e6d-b157-0745-6366ccd57a41@ti.com> To: Tomi Valkeinen Cc: linux-fbdev@vger.kernel.org, ivo.g.dimitrov.75@gmail.com, khilman@kernel.org, tony@atomide.com, arvind.yadav.cs@gmail.com, aaro.koskinen@iki.fi, kernel list , dri-devel@lists.freedesktop.org, sre@kernel.org, martijn@brixit.nl, Filip =?utf-8?Q?Matijevi=C4=87?= , b.zolnierkie@samsung.com, abcloriens@gmail.com, sakari.ailus@linux.intel.com, pali.rohar@gmail.com, clayton@craftyguy.net, linux-omap@vger.kernel.org, patrikbachan@gmail.com, linux-arm-kernel , serge@hallyn.com --7iMSBzlTiPOCCT2k Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon 2018-02-26 16:05:53, Tomi Valkeinen wrote: > v4.16-rc1 has a fix (b9058afcd6c7). Yep, thanks. I was bisecting sound problem on N900, so this hit me... Pavel > On 26/02/18 15:00, Pavel Machek wrote: > > I needed this to get -rc0 to compile. > >=20 > > Signed-off-by: Pavel Machek > >=20 > >=20 > > diff --git a/drivers/video/fbdev/omap2/omapfb/dss/dss.c b/drivers/video= /fbdev/omap2/omapfb/dss/dss.c > > index 48c6500..990f1c9 100644 > > --- a/drivers/video/fbdev/omap2/omapfb/dss/dss.c > > +++ b/drivers/video/fbdev/omap2/omapfb/dss/dss.c > > @@ -38,6 +38,7 @@ > > #include > > #include > > #include > > +#include > > #include > > #include > > =20 > > diff --git a/drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c b/drivers/= video/fbdev/omap2/omapfb/dss/hdmi_phy.c > > index 9a13c35..4862b12 100644 > > --- a/drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c > > +++ b/drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c > > @@ -12,6 +12,7 @@ > > #include > > #include > > #include > > +#include > > #include > > #include