Commit a6458951 authored by Jani Nikula's avatar Jani Nikula

drm/i915/selftests: make mock_context.h self-contained

Fix the forward declaration.

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191219155652.2666-1-jani.nikula@intel.com
parent f7fd2373
......@@ -7,7 +7,7 @@
#ifndef __MOCK_CONTEXT_H
#define __MOCK_CONTEXT_H
struct drm_file;
struct file;
struct drm_i915_private;
void mock_init_contexts(struct drm_i915_private *i915);
......
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