X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Finclude%2Fasm%2Fppc.h;h=aa6c304d2daed498c8301bd040541327ca72d7de;hb=98f705c9cefdfdba62c069821bbba10273a0a8ed;hp=4d9af6c37ce56dbd40c413c2b2aac185bc06284e;hpb=d4db3b86a5e090e21db710bedbbe3e50d4c56428;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/powerpc/include/asm/ppc.h b/arch/powerpc/include/asm/ppc.h index 4d9af6c..aa6c304 100644 --- a/arch/powerpc/include/asm/ppc.h +++ b/arch/powerpc/include/asm/ppc.h @@ -25,9 +25,6 @@ #include #include #endif -#ifdef CONFIG_4xx -#include -#endif #ifdef CONFIG_SOC_DA8XX #include #endif @@ -47,8 +44,7 @@ uint rd_dc_cst(void); void wr_dc_cst(uint); void wr_dc_adr(uint); -#if defined(CONFIG_4xx) || \ - defined(CONFIG_MPC85xx) || \ +#if defined(CONFIG_MPC85xx) || \ defined(CONFIG_MPC86xx) || \ defined(CONFIG_MPC83xx) unsigned char in8(unsigned int);