diff options
| author | York Sun <yorksun@freescale.com> | 2012-10-08 07:44:05 +0000 | 
|---|---|---|
| committer | Andy Fleming <afleming@freescale.com> | 2012-10-22 14:31:14 -0500 | 
| commit | 553ae6f8f2d860fb6a694fc3316bf80ba35ee794 (patch) | |
| tree | 22d6de7589e76286e460c3187cf272716d99ae23 | |
| parent | a1e4318cffb77fa604fb0d51ca09b7cef3555282 (diff) | |
| download | olio-uboot-2014.01-553ae6f8f2d860fb6a694fc3316bf80ba35ee794.tar.xz olio-uboot-2014.01-553ae6f8f2d860fb6a694fc3316bf80ba35ee794.zip | |
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 <yorksun@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
| -rw-r--r-- | arch/powerpc/include/asm/fsl_portals.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/powerpc/include/asm/fsl_portals.h b/arch/powerpc/include/asm/fsl_portals.h index 5644044eb..9a764d253 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 |