]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/i915/hdcp: drop unnecessary include from intel_hdcp_gsc.h
authorJani Nikula <jani.nikula@intel.com>
Thu, 24 Apr 2025 20:01:42 +0000 (23:01 +0300)
committerJani Nikula <jani.nikula@intel.com>
Fri, 2 May 2025 10:26:19 +0000 (13:26 +0300)
Nothing in intel_hdcp_gsc.c needs linux/err.h. Remove it.

Cc: Suraj Kandpal <suraj.kandpal@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://lore.kernel.org/r/26ae2c04554fc8dd76d2fdb0f2b0a63cb1fed98f.1745524803.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_hdcp_gsc.h

index e014336aa2e48b862b019cf2b5e00839d5d3bba4..9305c14aaffeb62042aaf285c691c97aadbfc6c3 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef __INTEL_HDCP_GSC_H__
 #define __INTEL_HDCP_GSC_H__
 
-#include <linux/err.h>
 #include <linux/types.h>
 
 struct drm_device;