]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
rtla: Remove unused headers
authorWander Lairson Costa <wander@redhat.com>
Tue, 6 Jan 2026 11:49:47 +0000 (08:49 -0300)
committerTomas Glozar <tglozar@redhat.com>
Wed, 7 Jan 2026 14:57:55 +0000 (15:57 +0100)
Remove unused includes for <errno.h> and <signal.h> to clean up the
code and reduce unnecessary dependencies.

Signed-off-by: Wander Lairson Costa <wander@redhat.com>
Link: https://lore.kernel.org/r/20260106133655.249887-12-wander@redhat.com
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
tools/tracing/rtla/src/osnoise_hist.c
tools/tracing/rtla/src/timerlat.c
tools/tracing/rtla/src/timerlat_top.c
tools/tracing/rtla/src/trace.c

index 705c73d5510224ae717ab7572e3ce57627f7952d..9d70ea34807ffbc6daec1ec8db6bde3d96d12799 100644 (file)
@@ -9,7 +9,6 @@
 #include <string.h>
 #include <signal.h>
 #include <unistd.h>
-#include <errno.h>
 #include <stdio.h>
 #include <time.h>
 
index 8f6cf55f4a94a0253bd8057267d7345a2e36733d..8f8811f7a13bda84bf4b52267f8f29a6808d3bb4 100644 (file)
@@ -9,7 +9,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-#include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <sched.h>
index f5a809344913060d0447505790ca0e997e751cbe..284b74773c2b5b228e578093f83791eca2631e95 100644 (file)
@@ -11,7 +11,6 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <time.h>
-#include <errno.h>
 #include <sched.h>
 #include <pthread.h>
 
index 69cbc48d53d3a982b15c43f536c2d235b1e4063e..b8be3e28680eea54473f5bb2391cc473e86f12ac 100644 (file)
@@ -2,7 +2,6 @@
 #define _GNU_SOURCE
 #include <sys/sendfile.h>
 #include <tracefs.h>
-#include <signal.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>