kernel: split patches folder up into backport, pending and hack folders
[openwrt/openwrt.git] / target / linux / generic / pending-3.18 / 213-x86_vdso_portability.patch
1 --- a/arch/x86/vdso/vdso2c.c
2 +++ b/arch/x86/vdso/vdso2c.c
3 @@ -63,8 +63,8 @@
4
5 #include <tools/le_byteshift.h>
6
7 -#include <linux/elf.h>
8 -#include <linux/types.h>
9 +#include <elf.h>
10 +#include <stdbool.h>
11
12 const char *outfilename;
13