From: Jani Nikula Date: Wed, 26 Jun 2019 14:40:19 +0000 (+0300) Subject: drm/i915: make intel_uc_fw.h self-contained X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b40cf94c76732fbb826207a6456b5c1ac9e14d23;p=uclinux-h8%2Flinux.git drm/i915: make intel_uc_fw.h self-contained Add the minimal includes/declarations to make the header self-contained, and ensure it stays that way. Reviewed-by: Chris Wilson Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/20190626144020.2155-13-jani.nikula@intel.com --- diff --git a/drivers/gpu/drm/i915/Makefile.header-test b/drivers/gpu/drm/i915/Makefile.header-test index 4aa588d314a0..2fd61869bdaa 100644 --- a/drivers/gpu/drm/i915/Makefile.header-test +++ b/drivers/gpu/drm/i915/Makefile.header-test @@ -26,6 +26,7 @@ header_test := \ intel_pm.h \ intel_runtime_pm.h \ intel_sideband.h \ + intel_uc_fw.h \ intel_uncore.h \ intel_wakeref.h diff --git a/drivers/gpu/drm/i915/intel_uc_fw.h b/drivers/gpu/drm/i915/intel_uc_fw.h index ff98f8661d72..24e66469153c 100644 --- a/drivers/gpu/drm/i915/intel_uc_fw.h +++ b/drivers/gpu/drm/i915/intel_uc_fw.h @@ -25,6 +25,8 @@ #ifndef _INTEL_UC_FW_H_ #define _INTEL_UC_FW_H_ +#include + struct drm_printer; struct drm_i915_private;