* [GIT PULL] x86 cleanup for v3.12
@ 2013-09-03 14:44 Ingo Molnar
0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2013-09-03 14:44 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, H. Peter Anvin, Thomas Gleixner, Andrew Morton
Linus,
Please pull the latest x86-cleanups-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-for-linus
HEAD: 062fe8fe511e7f771ef1dc824eaf996ba50a694b x86, boot: Fix warning due to undeclared strlen()
A small cleanup.
Thanks,
Ingo
------------------>
Fred Chen (1):
x86, boot: Fix warning due to undeclared strlen()
arch/x86/boot/boot.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/boot/boot.h b/arch/x86/boot/boot.h
index 5b75319..ef72bae 100644
--- a/arch/x86/boot/boot.h
+++ b/arch/x86/boot/boot.h
@@ -355,6 +355,7 @@ int strncmp(const char *cs, const char *ct, size_t count);
size_t strnlen(const char *s, size_t maxlen);
unsigned int atou(const char *s);
unsigned long long simple_strtoull(const char *cp, char **endp, unsigned int base);
+size_t strlen(const char *s);
/* tty.c */
void puts(const char *);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-03 14:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 14:44 [GIT PULL] x86 cleanup for v3.12 Ingo Molnar
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.