From: Michal Wajdeczko Date: Mon, 13 May 2024 08:42:15 +0000 (+0200) Subject: drm/xe: Fix xe_gt_throttle_sysfs.h X-Git-Tag: v6.11-rc1~141^2~26^2~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=304aa805ee8e82adc30159ff43038cd96eb69eb9;p=thirdparty%2Fkernel%2Flinux.git drm/xe: Fix xe_gt_throttle_sysfs.h We don't need to include drm/drm_managed.h here. We don't need to comment final #endif. Also remove empty line at the end. Signed-off-by: Michal Wajdeczko Reviewed-by: Rodrigo Vivi Link: https://patchwork.freedesktop.org/patch/msgid/20240513084218.2084-2-michal.wajdeczko@intel.com --- diff --git a/drivers/gpu/drm/xe/xe_gt_throttle_sysfs.h b/drivers/gpu/drm/xe/xe_gt_throttle_sysfs.h index 6c61e6f228a83..335c402b51a6b 100644 --- a/drivers/gpu/drm/xe/xe_gt_throttle_sysfs.h +++ b/drivers/gpu/drm/xe/xe_gt_throttle_sysfs.h @@ -6,11 +6,8 @@ #ifndef _XE_GT_THROTTLE_SYSFS_H_ #define _XE_GT_THROTTLE_SYSFS_H_ -#include - struct xe_gt; int xe_gt_throttle_sysfs_init(struct xe_gt *gt); -#endif /* _XE_GT_THROTTLE_SYSFS_H_ */ - +#endif