From: York Sun Date: Mon, 8 Oct 2012 07:44:05 +0000 (+0000) Subject: powerpc/DPAA: Fix compiling error X-Git-Tag: v2013.01-rc1~90^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=553ae6f8f2d860fb6a694fc3316bf80ba35ee794;p=platform%2Fkernel%2Fu-boot.git powerpc/DPAA: Fix compiling error FSL_HW_PORTAL_PME is used even when CONFIG_SYS_DPAA_PME is not defined. Remove the #ifdef. Signed-off-by: York Sun Signed-off-by: Andy Fleming --- diff --git a/arch/powerpc/include/asm/fsl_portals.h b/arch/powerpc/include/asm/fsl_portals.h index 5644044..9a764d2 100644 --- a/arch/powerpc/include/asm/fsl_portals.h +++ b/arch/powerpc/include/asm/fsl_portals.h @@ -32,9 +32,7 @@ enum fsl_dpaa_dev { FSL_HW_PORTAL_FMAN2, #endif #endif -#ifdef CONFIG_SYS_DPAA_PME FSL_HW_PORTAL_PME, -#endif #ifdef CONFIG_SYS_FSL_RAID_ENGINE FSL_HW_PORTAL_RAID_ENGINE, #endif