linux_dsm_epyc7002/drivers/gpu/drm/omapdrm/dss
Arnd Bergmann 2d8024534a drm/omap: include linux/seq_file.h where needed
The omapdrm driver relies on this header to be included
implicitly, but this does not always work, and I get
this error in randconfig builds:

gpu/drm/omapdrm/dss/hdmi_phy.c: In function 'hdmi_phy_dump':
gpu/drm/omapdrm/dss/hdmi_phy.c:34:2: error: implicit declaration of function 'seq_printf' [-Werror=implicit-function-declaration]
gpu/drm/omapdrm/dss/hdmi_wp.c: In function 'hdmi_wp_dump':
gpu/drm/omapdrm/dss/hdmi_wp.c:26:2: error: implicit declaration of function 'seq_printf' [-Werror=implicit-function-declaration]
gpu/drm/omapdrm/dss/hdmi_pll.c: In function 'hdmi_pll_dump':
gpu/drm/omapdrm/dss/hdmi_pll.c:30:2: error: implicit declaration of function 'seq_printf' [-Werror=implicit-function-declaration]

This adds the #include statements in all files that have
a seq_printf statement.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
2016-05-31 08:30:14 +03:00
..
core.c drm/omap: move dss_suspend/resume_all to core.c 2016-03-03 17:38:20 +02:00
dispc_coefs.c
dispc.c drm/omap: remove dispc_ovl_check() 2016-03-03 17:38:24 +02:00
dispc.h
display.c drm/omap: move dss_suspend/resume_all to core.c 2016-03-03 17:38:20 +02:00
dpi.c drm/omap: DPI: remove uses of omap_overlay_manager 2016-03-03 17:38:23 +02:00
dsi.c drm/omap: Remove regulator API abuse 2016-05-31 08:28:31 +03:00
dss_features.c
dss_features.h
dss-of.c
dss.c drm/omapdrm: include pinctrl/consumer.h where needed 2016-05-31 08:20:42 +03:00
dss.h drm/omap: remove dss compat code 2016-03-03 17:38:24 +02:00
hdmi4_core.c drm/omap: fix OMAP4 hdmi_core_powerdown_disable() 2016-05-31 08:20:42 +03:00
hdmi4_core.h
hdmi4.c drm/omap: Remove regulator API abuse 2016-05-31 08:28:31 +03:00
hdmi5_core.c OMAPDSS: HDMI5: Change DDC timings 2016-05-31 08:20:43 +03:00
hdmi5_core.h
hdmi5.c drm/omap: Remove regulator API abuse 2016-05-31 08:28:31 +03:00
hdmi_common.c
hdmi_phy.c drm/omap: include linux/seq_file.h where needed 2016-05-31 08:30:14 +03:00
hdmi_pll.c drm/omap: include linux/seq_file.h where needed 2016-05-31 08:30:14 +03:00
hdmi_wp.c drm/omap: include linux/seq_file.h where needed 2016-05-31 08:30:14 +03:00
hdmi.h
Kconfig
Makefile drm/omap: remove dss compat code 2016-03-03 17:38:24 +02:00
omapdss-boot-init.c
omapdss.h drm/omap: remove dispc_ovl_check() 2016-03-03 17:38:24 +02:00
output.c drm/omap: convert dss_mgr_unregister_framedone_handler to accept omap_channel 2016-03-03 17:38:23 +02:00
pll.c
rfbi.c drm/omap: use dispc_channel_connected in output drivers 2016-03-03 17:38:22 +02:00
sdi.c drm/omap: SDI: remove uses of omap_overlay_manager 2016-03-03 17:38:24 +02:00
venc.c drm/omap: VENC: remove uses of omap_overlay_manager 2016-03-03 17:38:24 +02:00
video-pll.c