diff options
Diffstat (limited to 'arch/powerpc/kernel/vdso64')
| -rw-r--r-- | arch/powerpc/kernel/vdso64/cacheflush.S | 1 | ||||
| -rw-r--r-- | arch/powerpc/kernel/vdso64/datapage.S | 1 | ||||
| -rw-r--r-- | arch/powerpc/kernel/vdso64/gettimeofday.S | 1 | ||||
| -rw-r--r-- | arch/powerpc/kernel/vdso64/sigtramp.S | 1 | 
4 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/vdso64/cacheflush.S b/arch/powerpc/kernel/vdso64/cacheflush.S index cb4ae0a5edd..66a36d3cc6a 100644 --- a/arch/powerpc/kernel/vdso64/cacheflush.S +++ b/arch/powerpc/kernel/vdso64/cacheflush.S @@ -9,7 +9,6 @@   * as published by the Free Software Foundation; either version   * 2 of the License, or (at your option) any later version.   */ -#include <linux/config.h>  #include <asm/processor.h>  #include <asm/ppc_asm.h>  #include <asm/vdso.h> diff --git a/arch/powerpc/kernel/vdso64/datapage.S b/arch/powerpc/kernel/vdso64/datapage.S index 3b2dd7d0c1e..79796de1173 100644 --- a/arch/powerpc/kernel/vdso64/datapage.S +++ b/arch/powerpc/kernel/vdso64/datapage.S @@ -9,7 +9,6 @@   * 2 of the License, or (at your option) any later version.   */ -#include <linux/config.h>  #include <asm/processor.h>  #include <asm/ppc_asm.h>  #include <asm/asm-offsets.h> diff --git a/arch/powerpc/kernel/vdso64/gettimeofday.S b/arch/powerpc/kernel/vdso64/gettimeofday.S index 4ee871f1cad..56e76ff5498 100644 --- a/arch/powerpc/kernel/vdso64/gettimeofday.S +++ b/arch/powerpc/kernel/vdso64/gettimeofday.S @@ -11,7 +11,6 @@   * as published by the Free Software Foundation; either version   * 2 of the License, or (at your option) any later version.   */ -#include <linux/config.h>  #include <asm/processor.h>  #include <asm/ppc_asm.h>  #include <asm/vdso.h> diff --git a/arch/powerpc/kernel/vdso64/sigtramp.S b/arch/powerpc/kernel/vdso64/sigtramp.S index 7479edb101b..17a83fa6dc5 100644 --- a/arch/powerpc/kernel/vdso64/sigtramp.S +++ b/arch/powerpc/kernel/vdso64/sigtramp.S @@ -10,7 +10,6 @@   * as published by the Free Software Foundation; either version   * 2 of the License, or (at your option) any later version.   */ -#include <linux/config.h>  #include <asm/processor.h>  #include <asm/ppc_asm.h>  #include <asm/unistd.h>  |