[PATCH] drm: omap dss: add missing includes

2016-01-29 Thread Tomi Valkeinen
On 15/01/16 12:52, Arnd Bergmann wrote: > The omapdrm dss driver currently fails to build in some configurations when > the pinctrl and seq_print declarations are not visible: > > omapdrm/dss/dss.c:1268:2: error: implicit declaration of function > 'pinctrl_pm_select_sleep_state'

[PATCH] drm: omap dss: add missing includes

2016-01-15 Thread Arnd Bergmann
The omapdrm dss driver currently fails to build in some configurations when the pinctrl and seq_print declarations are not visible: omapdrm/dss/dss.c:1268:2: error: implicit declaration of function 'pinctrl_pm_select_sleep_state' [-Werror=implicit-function-declaration] omapdrm/dss/dss.c:1277:2: