]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe: Fix xe_gt_throttle_sysfs.h
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 13 May 2024 08:42:15 +0000 (10:42 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 13 May 2024 19:36:49 +0000 (21:36 +0200)
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 <michal.wajdeczko@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240513084218.2084-2-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_gt_throttle_sysfs.h

index 6c61e6f228a83e3b74434f12bc0caa1c30677750..335c402b51a6b40726173252c65e55988ad1b0f8 100644 (file)
@@ -6,11 +6,8 @@
 #ifndef _XE_GT_THROTTLE_SYSFS_H_
 #define _XE_GT_THROTTLE_SYSFS_H_
 
-#include <drm/drm_managed.h>
-
 struct xe_gt;
 
 int xe_gt_throttle_sysfs_init(struct xe_gt *gt);
 
-#endif /* _XE_GT_THROTTLE_SYSFS_H_ */
-
+#endif