]> Git Repo - linux.git/commitdiff
fixdep: remove unneeded <stdarg.h> inclusion
authorMasahiro Yamada <[email protected]>
Fri, 30 Dec 2022 08:16:42 +0000 (17:16 +0900)
committerMasahiro Yamada <[email protected]>
Fri, 30 Dec 2022 08:26:19 +0000 (17:26 +0900)
This is unneeded since commit 69304379ff03 ("fixdep: use fflush() and
ferror() to ensure successful write to files").

Signed-off-by: Masahiro Yamada <[email protected]>
scripts/basic/fixdep.c

index 2328f9a641dadf53490cccfe26830517e3426bf0..f932aeaba71a2e7696c9083896ac441d06ca08fa 100644 (file)
@@ -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>
This page took 0.05438 seconds and 4 git commands to generate.