]> git.itanic.dy.fi Git - linux-stable/commit
video: omapfb: fix missing #includes
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 9 Feb 2018 13:43:49 +0000 (14:43 +0100)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Fri, 9 Feb 2018 13:43:49 +0000 (14:43 +0100)
commitb9058afcd6c725a8d293bb0a1b30bad68113235e
treee9bdbe12f03ecdfa3f801782d10e63622a86de46
parentf1517df8701c9f12dae9ce7f43a5d300a6917619
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>
drivers/video/fbdev/omap2/omapfb/dss/dss.c
drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c
drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c
drivers/video/fbdev/omap2/omapfb/dss/hdmi_wp.c