From: Jani Nikula Date: Thu, 24 Apr 2025 20:01:42 +0000 (+0300) Subject: drm/i915/hdcp: drop unnecessary include from intel_hdcp_gsc.h X-Git-Tag: v6.16-rc1~144^2~12^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e6692a2cc703b1358782e41cf48ee814b11ea8c;p=thirdparty%2Flinux.git drm/i915/hdcp: drop unnecessary include from intel_hdcp_gsc.h Nothing in intel_hdcp_gsc.c needs linux/err.h. Remove it. Cc: Suraj Kandpal Reviewed-by: Suraj Kandpal Link: https://lore.kernel.org/r/26ae2c04554fc8dd76d2fdb0f2b0a63cb1fed98f.1745524803.git.jani.nikula@intel.com Signed-off-by: Jani Nikula --- diff --git a/drivers/gpu/drm/i915/display/intel_hdcp_gsc.h b/drivers/gpu/drm/i915/display/intel_hdcp_gsc.h index e014336aa2e48..9305c14aaffeb 100644 --- a/drivers/gpu/drm/i915/display/intel_hdcp_gsc.h +++ b/drivers/gpu/drm/i915/display/intel_hdcp_gsc.h @@ -6,7 +6,6 @@ #ifndef __INTEL_HDCP_GSC_H__ #define __INTEL_HDCP_GSC_H__ -#include #include struct drm_device;