summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2022-04-25 18:47:54 +0300
committerJani Nikula <jani.nikula@intel.com>2022-05-03 10:30:55 +0300
commit10dcf783f7e986a36ec2d6d07d79360ddd4a2e4f (patch)
treede3cf50767d473ca7c623ca16e336657aadc5965 /drivers/gpu/drm/i915
parent6e29832f61a055638c8d9f3777ceb2d85f4b8875 (diff)
downloadlinux-10dcf783f7e986a36ec2d6d07d79360ddd4a2e4f.tar.xz
drm/i915: remove superfluous string helper include
Remove the duplicate and incorrect (uses "" instead of <>) linux/string_helpers.h include. Fixes: cc1338f259a2 ("drm/i915/xehp: Update topology dumps for Xe_HP") Cc: Matt Roper <matthew.d.roper@intel.com> Cc: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220425154754.990815-1-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915')
-rw-r--r--drivers/gpu/drm/i915/gt/intel_sseu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/gt/intel_sseu.c b/drivers/gpu/drm/i915/gt/intel_sseu.c
index 9881a6790574..fdd25691beda 100644
--- a/drivers/gpu/drm/i915/gt/intel_sseu.c
+++ b/drivers/gpu/drm/i915/gt/intel_sseu.c
@@ -10,8 +10,6 @@
#include "intel_gt_regs.h"
#include "intel_sseu.h"
-#include "linux/string_helpers.h"
-
void intel_sseu_set_info(struct sseu_dev_info *sseu, u8 max_slices,
u8 max_subslices, u8 max_eus_per_subslice)
{