kernel: add missing config symbol
[15.05/openwrt.git] / target / linux / generic / patches-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