diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx')
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/release.S | 2 | ||||
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/start.S | 2 | 
2 files changed, 0 insertions, 4 deletions
| diff --git a/arch/powerpc/cpu/mpc85xx/release.S b/arch/powerpc/cpu/mpc85xx/release.S index c15e83b52..fcfba7ec1 100644 --- a/arch/powerpc/cpu/mpc85xx/release.S +++ b/arch/powerpc/cpu/mpc85xx/release.S @@ -10,8 +10,6 @@  #include <mpc85xx.h>  #include <version.h> -#define _LINUX_CONFIG_H 1	/* avoid reading Linux autoconf.h file	*/ -  #include <ppc_asm.tmpl>  #include <ppc_defs.h> diff --git a/arch/powerpc/cpu/mpc85xx/start.S b/arch/powerpc/cpu/mpc85xx/start.S index db84d10c5..dbbd8e588 100644 --- a/arch/powerpc/cpu/mpc85xx/start.S +++ b/arch/powerpc/cpu/mpc85xx/start.S @@ -17,8 +17,6 @@  #include <mpc85xx.h>  #include <version.h> -#define _LINUX_CONFIG_H 1	/* avoid reading Linux autoconf.h file	*/ -  #include <ppc_asm.tmpl>  #include <ppc_defs.h> |