aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_huc.h
diff options
context:
space:
mode:
authorMichal Wajdeczko <michal.wajdeczko@intel.com>2017-10-06 09:02:09 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2017-10-06 16:01:15 +0100
commitead92edbd67c5f51dda7ac90136fbd05464203b6 (patch)
tree33dee49eb2e2eaab6fc1a3538f39d69703574010 /drivers/gpu/drm/i915/intel_huc.h
parentdrm/i915: Unify uC variable types to avoid flooding checkpatch.pl (diff)
downloadlinux-dev-ead92edbd67c5f51dda7ac90136fbd05464203b6.tar.xz
linux-dev-ead92edbd67c5f51dda7ac90136fbd05464203b6.zip
drm/i915/huc: Fix includes in intel_huc.c
Fix includes order and make sure we only include required headers. While here, make intel_huc.h header self-contained. Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20171006090209.67852-1-michal.wajdeczko@intel.com Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_huc.h')
-rw-r--r--drivers/gpu/drm/i915/intel_huc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_huc.h b/drivers/gpu/drm/i915/intel_huc.h
index d58422b0c85f..aaa38b9e5817 100644
--- a/drivers/gpu/drm/i915/intel_huc.h
+++ b/drivers/gpu/drm/i915/intel_huc.h
@@ -25,6 +25,8 @@
#ifndef _INTEL_HUC_H_
#define _INTEL_HUC_H_
+#include "intel_uc_fw.h"
+
struct intel_huc {
/* Generic uC firmware management */
struct intel_uc_fw fw;