From: Michal Wajdeczko Date: Mon, 13 May 2024 08:42:15 +0000 (+0200) Subject: drm/xe: Fix xe_gt_throttle_sysfs.h X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=304aa805ee8e82adc30159ff43038cd96eb69eb9;p=users%2Fjedix%2Flinux-maple.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 6c61e6f228a8..335c402b51a6 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