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>
This commit is contained in:
Al Viro 2023-01-11 20:43:10 +00:00 committed by Matt Turner
parent d3c51b701b
commit 56efd34f82
4 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
#include <asm/hwrpb.h>
#include <asm/io.h>
#include <stdarg.h>
#include <linux/stdarg.h>
#include "ksize.h"

View File

@ -20,7 +20,7 @@
#include <asm/hwrpb.h>
#include <asm/io.h>
#include <stdarg.h>
#include <linux/stdarg.h>
#include "kzsize.h"

View File

@ -15,7 +15,7 @@
#include <asm/console.h>
#include <asm/hwrpb.h>
#include <stdarg.h>
#include <linux/stdarg.h>
#include "ksize.h"

View File

@ -2,8 +2,8 @@
/*
* Copyright (C) Paul Mackerras 1997.
*/
#include <stdarg.h>
#include <stddef.h>
#include <linux/string.h>
#include <linux/stdarg.h>
size_t strnlen(const char * s, size_t count)
{