summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/pxp
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2023-01-17 15:38:56 +0300
committerJani Nikula <jani.nikula@intel.com>2023-01-18 12:55:08 +0300
commit378e04f7cb24aad124a8e55e7a36b689fb63ac17 (patch)
tree20629c3ce2ecceac4c30225dddad6068cd0e856a /drivers/gpu/drm/i915/pxp
parent14ec40a88210151296fff3e981c1a7196ad9bf55 (diff)
downloadlinux-378e04f7cb24aad124a8e55e7a36b689fb63ac17.tar.xz
drm/i915: remove a couple of superfluous i915_drm.h includes
Remove a couple of unnecessary includes. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230117123856.2271720-1-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/pxp')
-rw-r--r--drivers/gpu/drm/i915/pxp/intel_pxp_huc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c b/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c
index 812c8bc7005e..64609d1b1c0f 100644
--- a/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c
+++ b/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c
@@ -3,8 +3,6 @@
* Copyright(c) 2021-2022, Intel Corporation. All rights reserved.
*/
-#include <drm/i915_drm.h>
-
#include "i915_drv.h"
#include "gem/i915_gem_region.h"