diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2021-08-02 22:40:31 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-08-19 02:02:55 +0200 |
commit | 39f75da7bcc829ddc4d40bb60d0e95520de7898b (patch) | |
tree | a16c7f4bf392281b053c764a4b31a1ccc474fec8 /arch/powerpc | |
parent | scripts/Makefile.clang: default to LLVM_IAS=1 (diff) | |
download | linux-39f75da7bcc829ddc4d40bb60d0e95520de7898b.tar.xz linux-39f75da7bcc829ddc4d40bb60d0e95520de7898b.zip |
isystem: trim/fixup stdarg.h and other headers
Delete/fixup few includes in anticipation of global -isystem compile
option removal.
Note: crypto/aegis128-neon-inner.c keeps <stddef.h> due to redefinition
of uintptr_t error (one definition comes from <stddef.h>, another from
<linux/types.h>).
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kernel/prom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c index f620e04dc9bf..a1e7ba0fad09 100644 --- a/arch/powerpc/kernel/prom.c +++ b/arch/powerpc/kernel/prom.c @@ -11,7 +11,6 @@ #undef DEBUG -#include <stdarg.h> #include <linux/kernel.h> #include <linux/string.h> #include <linux/init.h> |