[PATCH] xen/sched: remove duplicate trace.h include

Furkan Caliskan posted 1 patch 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260531140819.73467-1-frn1furkan10@gmail.com
xen/common/sched/rt.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] xen/sched: remove duplicate trace.h include
Posted by Furkan Caliskan 1 week ago
Signed-off-by: Furkan Caliskan <frn1furkan10@gmail.com>
---
 xen/common/sched/rt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/xen/common/sched/rt.c b/xen/common/sched/rt.c
index 4b637aa9db..b9a3e7720e 100644
--- a/xen/common/sched/rt.c
+++ b/xen/common/sched/rt.c
@@ -26,7 +26,6 @@
 #include <xen/trace.h>
 #include <xen/cpu.h>
 #include <xen/keyhandler.h>
-#include <xen/trace.h>
 #include <xen/err.h>
 #include <xen/guest_access.h>
 
-- 
2.34.1