drm/omap: move dss_suspend/resume_all to core.c
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 19 Feb 2016 16:05:14 +0000 (18:05 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 3 Mar 2016 15:38:20 +0000 (17:38 +0200)
commit18840d3fbd9037ae8557354ea9d020314a168540
tree4e95e3d55c9c0e96fe8b5bf351b09ee6c9c0287c
parent92bf0f9e2a9f1ea99d86ab6b0c3a87183a67e63c
drm/omap: move dss_suspend/resume_all to core.c

core.c is the only caller of dss_disable_all_devices(). We can thus move
the function from display.c to core.c and make it static.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/core.c
drivers/gpu/drm/omapdrm/dss/display.c
drivers/gpu/drm/omapdrm/dss/dss.h