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: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190626144020.2155-6-jani.nikula@intel.com
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user