aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-04-22 19:47:47 +1000
committerPaul Mackerras <paulus@samba.org>2006-04-22 19:47:47 +1000
commit55308c3712f56279d5547ef6e97d365ac3ab9e6d (patch)
treeefa60b533b83ab55baf90791cb3bf19bfe325d08 /include
parent8833843c877cca459ab7b9fee661523bf25b98d1 (diff)
parentc18bcf45c46f72f630cbbddc79a765336b79ab4f (diff)
downloadlinux-55308c3712f56279d5547ef6e97d365ac3ab9e6d.tar.gz
Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc/mpc85xx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-ppc/mpc85xx.h b/include/asm-ppc/mpc85xx.h
index f47002a60edf5..4f844ebe7669e 100644
--- a/include/asm-ppc/mpc85xx.h
+++ b/include/asm-ppc/mpc85xx.h
@@ -28,6 +28,9 @@
#if defined(CONFIG_MPC8555_CDS) || defined(CONFIG_MPC8548_CDS)
#include <platforms/85xx/mpc8555_cds.h>
#endif
+#ifdef CONFIG_MPC85xx_CDS
+#include <platforms/85xx/mpc85xx_cds.h>
+#endif
#ifdef CONFIG_MPC8560_ADS
#include <platforms/85xx/mpc8560_ads.h>
#endif