aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2022-12-30 17:16:42 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2022-12-30 17:26:19 +0900
commit6a5e25fc3e0b94301734e8abb1d311a1e02d360d (patch)
tree66963c1e066d03cd8eed3d84bfe94570d98e3c8a
parentaa4847dbcdabfe80a1cff96480e4b3c8076a0356 (diff)
downloadleds-6a5e25fc3e0b94301734e8abb1d311a1e02d360d.tar.gz
fixdep: remove unneeded <stdarg.h> inclusion
This is unneeded since commit 69304379ff03 ("fixdep: use fflush() and ferror() to ensure successful write to files"). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
-rw-r--r--scripts/basic/fixdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c
index 2328f9a641dadf..f932aeaba71a2e 100644
--- a/scripts/basic/fixdep.c
+++ b/scripts/basic/fixdep.c
@@ -94,7 +94,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
-#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>