From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Subject: v4.16-rc0: missing includes in framebuffers break N900 compilation Date: Mon, 26 Feb 2018 14:00:07 +0100 Message-ID: <20180226130007.GA5634@amd> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1824349643==" Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: pali.rohar@gmail.com, sre@kernel.org, kernel list , linux-arm-kernel , linux-omap@vger.kernel.org, tony@atomide.com, khilman@kernel.org, aaro.koskinen@iki.fi, ivo.g.dimitrov.75@gmail.com, patrikbachan@gmail.com, serge@hallyn.com, abcloriens@gmail.com, clayton@craftyguy.net, martijn@brixit.nl, sakari.ailus@linux.intel.com, Filip =?utf-8?Q?Matijevi=C4=87?= , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, arvind.yadav.cs@gmail.com, b.zolnierkie@samsung.com, tomi.valkeinen@ti.com List-Id: linux-omap@vger.kernel.org --===============1824349643== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I needed this to get -rc0 to compile. Signed-off-by: Pavel Machek diff --git a/drivers/video/fbdev/omap2/omapfb/dss/dss.c b/drivers/video/fbd= ev/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/vide= o/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