aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2018-02-09 14:43:49 +0100
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2018-02-09 14:43:49 +0100
commitb9058afcd6c725a8d293bb0a1b30bad68113235e (patch)
treee9bdbe12f03ecdfa3f801782d10e63622a86de46 /drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
parentMerge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux (diff)
downloadlinux-dev-b9058afcd6c725a8d293bb0a1b30bad68113235e.tar.xz
linux-dev-b9058afcd6c725a8d293bb0a1b30bad68113235e.zip
video: omapfb: fix missing #includes
The omapfb driver fails to build after commit 23c35f48f5fb ("pinctrl: remove include file from <linux/device.h>") because it relies on the <linux/pinctrl/consumer.h> and <linux/seq_file.h> being pulled in by the <linux/device.h> header implicitly. Include these headers explicitly to avoid the build failures. Fixes: 23c35f48f5fb ("pinctrl: remove include file from <linux/device.h>") Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Tested-by: Tony Lindgren <tony@atomide.com> [b.zolnierkie: fix include order and patch description] Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to '')
-rw-r--r--drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c b/drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
index 705373e4cf38..4af6ba220744 100644
--- a/drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
+++ b/drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c
@@ -14,6 +14,8 @@
#include <linux/err.h>
#include <linux/io.h>
#include <linux/platform_device.h>
+#include <linux/seq_file.h>
+
#include <video/omapfb_dss.h>
#include "dss.h"