linux/drivers/video/fbdev/omap2/omapfb
Tomi Valkeinen b9058afcd6 video: omapfb: fix missing #includes
The omapfb driver fails to build after commit 23c35f48f5
("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: 23c35f48f5 ("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>
2018-02-09 14:43:49 +01:00
..
displays omapdrm: panel: td028ttec1: replace MODULE_ALIAS by MODULE_DEVICE_TABLE 2017-12-19 10:32:00 +02:00
dss video: omapfb: fix missing #includes 2018-02-09 14:43:49 +01:00
Kconfig omapfb: move vrfb into omapfb 2015-12-29 11:07:47 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
omapfb-ioctl.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
omapfb-main.c OMAPFB: prevent buffer underflow in omapfb_parse_vram_param() 2017-11-17 17:21:49 +01:00
omapfb-sysfs.c omapfb: Create new header file for omapfb DSS implementation 2016-06-03 16:06:38 +03:00
omapfb.h dma-mapping: use unsigned long for dma_attrs 2016-08-04 08:50:07 -04:00
vrfb.c omapfb: move vrfb into omapfb 2015-12-29 11:07:47 +02:00