merge the two patches applying to the same file in a single patch

SVN-Revision: 19971
This commit is contained in:
Florian Fainelli 2010-03-04 07:54:20 +00:00
parent 32f6e6c44d
commit c6c8012c60
2 changed files with 9 additions and 10 deletions

View file

@ -1,5 +1,13 @@
--- a/arch/mips/alchemy/mtx-1/init.c
+++ b/arch/mips/alchemy/mtx-1/init.c
@@ -32,6 +32,7 @@
#include <linux/init.h>
#include <asm/bootinfo.h>
+#include <asm/string.h>
#include <prom.h>
@@ -49,7 +49,7 @@ void __init prom_init(void)
prom_argv = (char **)fw_arg1;
prom_envp = (char **)fw_arg2;
@ -9,3 +17,4 @@
memsize_str = prom_getenv("memsize");
if (!memsize_str)

View file

@ -1,10 +0,0 @@
--- a/arch/mips/alchemy/mtx-1/init.c
+++ b/arch/mips/alchemy/mtx-1/init.c
@@ -32,6 +32,7 @@
#include <linux/init.h>
#include <asm/bootinfo.h>
+#include <asm/string.h>
#include <prom.h>