Commit f807d31a authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915: make i915_globals.h self-contained



Add the minimal includes/declarations to make the header self-contained,
and ensure it stays that way.

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/20190626144020.2155-6-jani.nikula@intel.com
parent c75299ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ header_test := \
	i915_drv.h \
	i915_fixed.h \
	i915_gem_gtt.h \
	i915_globals.h \
	i915_irq.h \
	i915_params.h \
	i915_priolist_types.h \
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
#ifndef _I915_GLOBALS_H_
#define _I915_GLOBALS_H_

#include <linux/types.h>

typedef void (*i915_global_func_t)(void);

struct i915_global {