summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2012-10-08 07:44:05 +0000
committerAndy Fleming <afleming@freescale.com>2012-10-22 14:31:14 -0500
commit553ae6f8f2d860fb6a694fc3316bf80ba35ee794 (patch)
tree22d6de7589e76286e460c3187cf272716d99ae23 /arch
parenta1e4318cffb77fa604fb0d51ca09b7cef3555282 (diff)
downloadblackbird-obmc-uboot-553ae6f8f2d860fb6a694fc3316bf80ba35ee794.tar.gz
blackbird-obmc-uboot-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>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/include/asm/fsl_portals.h2
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 5644044eb8..9a764d2533 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
OpenPOWER on IntegriCloud