]> git.dujemihanovic.xyz Git - linux.git/commitdiff
drm/i915: remove superfluous string helper include
authorJani Nikula <jani.nikula@intel.com>
Mon, 25 Apr 2022 15:47:54 +0000 (18:47 +0300)
committerJani Nikula <jani.nikula@intel.com>
Tue, 3 May 2022 07:30:55 +0000 (10:30 +0300)
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
drivers/gpu/drm/i915/gt/intel_sseu.c

index 9881a6790574add9e872acd07362178e940a5c2d..fdd25691beda0207389c5f49759080025a4fd531 100644 (file)
@@ -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)
 {