summaryrefslogtreecommitdiffstats
path: root/patches/kexec-tools-2.0.0/generic/remove-asm-page_h.diff
blob: fa517777726236377e463840ef79ab657dc4b484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
 kexec/arch/arm/kexec-zImage-arm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: kexec-tools-2.0.0/kexec/arch/arm/kexec-zImage-arm.c
===================================================================
--- kexec-tools-2.0.0.orig/kexec/arch/arm/kexec-zImage-arm.c
+++ kexec-tools-2.0.0/kexec/arch/arm/kexec-zImage-arm.c
@@ -3,6 +3,7 @@
  *
  */
 #define _GNU_SOURCE
+#define _XOPEN_SOURCE
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
@@ -11,7 +12,6 @@
 #include <stdint.h>
 #include <getopt.h>
 #include <arch/options.h>
-#include <asm/page.h>
 #include "../../kexec.h"
 
 #define COMMAND_LINE_SIZE 1024