From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Date: Thu, 08 Feb 2018 13:24:54 +0000 Subject: [PATCH] video: omapfb: fix missing #includes Message-Id: <1518096294-14427-1-git-send-email-tomi.valkeinen@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org Something has changed with the include files and omapfb no longer compiles as it is not explicitly including linux/pinctrl/consumer.h and linux/seq_file.h. Add the missing #includes. Signed-off-by: Tomi Valkeinen --- This is on top of today's Linus' master branch. drivers/video/fbdev/omap2/omapfb/dss/dss.c | 1 + drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c | 1 + drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c | 1 + drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c | 1 + 4 files changed, 4 insertions(+) diff --git a/drivers/video/fbdev/omap2/omapfb/dss/dss.c b/drivers/video/fbdev/omap2/omapfb/dss/dss.c index 39fe7247ff98..f0cac9e0eb94 100644 --- a/drivers/video/fbdev/omap2/omapfb/dss/dss.c +++ b/drivers/video/fbdev/omap2/omapfb/dss/dss.c @@ -40,6 +40,7 @@ #include #include #include +#include #include