forked from pool/kexec-tools
13 lines
471 B
Diff
13 lines
471 B
Diff
|
diff -Napur _orig//kexec/arch/arm/kexec-zImage-arm.c kexec-tools-2.0.0//kexec/arch/arm/kexec-zImage-arm.c
|
||
|
--- _orig//kexec/arch/arm/kexec-zImage-arm.c 2008-07-14 13:28:19.000000000 +0200
|
||
|
+++ kexec-tools-2.0.0//kexec/arch/arm/kexec-zImage-arm.c 2009-09-21 15:10:48.946616398 +0200
|
||
|
@@ -11,7 +11,7 @@
|
||
|
#include <stdint.h>
|
||
|
#include <getopt.h>
|
||
|
#include <arch/options.h>
|
||
|
-#include <asm/page.h>
|
||
|
+#include <unistd.h>
|
||
|
#include "../../kexec.h"
|
||
|
|
||
|
#define COMMAND_LINE_SIZE 1024
|