Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

alpha/boot: fix the breakage from -isystem series...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Matt Turner <mattst88@gmail.com>

authored by

Al Viro and committed by
Matt Turner
56efd34f d3c51b70

+5 -5
+1 -1
arch/alpha/boot/bootp.c
··· 18 18 #include <asm/hwrpb.h> 19 19 #include <asm/io.h> 20 20 21 - #include <stdarg.h> 21 + #include <linux/stdarg.h> 22 22 23 23 #include "ksize.h" 24 24
+1 -1
arch/alpha/boot/bootpz.c
··· 20 20 #include <asm/hwrpb.h> 21 21 #include <asm/io.h> 22 22 23 - #include <stdarg.h> 23 + #include <linux/stdarg.h> 24 24 25 25 #include "kzsize.h" 26 26
+1 -1
arch/alpha/boot/main.c
··· 15 15 #include <asm/console.h> 16 16 #include <asm/hwrpb.h> 17 17 18 - #include <stdarg.h> 18 + #include <linux/stdarg.h> 19 19 20 20 #include "ksize.h" 21 21
+2 -2
arch/alpha/boot/stdio.c
··· 2 2 /* 3 3 * Copyright (C) Paul Mackerras 1997. 4 4 */ 5 - #include <stdarg.h> 6 - #include <stddef.h> 5 + #include <linux/string.h> 6 + #include <linux/stdarg.h> 7 7 8 8 size_t strnlen(const char * s, size_t count) 9 9 {