From 304aa805ee8e82adc30159ff43038cd96eb69eb9 Mon Sep 17 00:00:00 2001 From: Michal Wajdeczko Date: Mon, 13 May 2024 10:42:15 +0200 Subject: [PATCH] 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 --- drivers/gpu/drm/xe/xe_gt_throttle_sysfs.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.47.2