Commit 56efd34f authored by Al Viro's avatar Al Viro Committed by Matt Turner

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

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
parent d3c51b70
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <asm/hwrpb.h> #include <asm/hwrpb.h>
#include <asm/io.h> #include <asm/io.h>
#include <stdarg.h> #include <linux/stdarg.h>
#include "ksize.h" #include "ksize.h"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <asm/hwrpb.h> #include <asm/hwrpb.h>
#include <asm/io.h> #include <asm/io.h>
#include <stdarg.h> #include <linux/stdarg.h>
#include "kzsize.h" #include "kzsize.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <asm/console.h> #include <asm/console.h>
#include <asm/hwrpb.h> #include <asm/hwrpb.h>
#include <stdarg.h> #include <linux/stdarg.h>
#include "ksize.h" #include "ksize.h"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
/* /*
* Copyright (C) Paul Mackerras 1997. * Copyright (C) Paul Mackerras 1997.
*/ */
#include <stdarg.h> #include <linux/string.h>
#include <stddef.h> #include <linux/stdarg.h>
size_t strnlen(const char * s, size_t count) size_t strnlen(const char * s, size_t count)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment