diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-12-30 11:16:42 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-12-30 11:26:19 +0300 |
commit | 6a5e25fc3e0b94301734e8abb1d311a1e02d360d (patch) | |
tree | 66963c1e066d03cd8eed3d84bfe94570d98e3c8a /scripts | |
parent | aa4847dbcdabfe80a1cff96480e4b3c8076a0356 (diff) | |
download | linux-6a5e25fc3e0b94301734e8abb1d311a1e02d360d.tar.xz |
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/basic/fixdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c index 2328f9a641da..f932aeaba71a 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> |