Commit 26a72e8a authored by Lionel Landwerlin's avatar Lionel Landwerlin Committed by Jani Nikula

drm/i915: remove unused function declaration

This function is not part of the driver anymore.
Signed-off-by: default avatarLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 90f4fcd5 ("drm/i915: Remove forced stop ring on suspend/unload")
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20170804140348.24971-1-lionel.g.landwerlin@intel.com
(cherry picked from commit fe29133d)
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent ef954844
......@@ -63,7 +63,6 @@ enum {
};
/* Logical Rings */
void intel_logical_ring_stop(struct intel_engine_cs *engine);
void intel_logical_ring_cleanup(struct intel_engine_cs *engine);
int logical_render_ring_init(struct intel_engine_cs *engine);
int logical_xcs_ring_init(struct intel_engine_cs *engine);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment