diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2006-04-04 16:11:29 -0500 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2006-04-04 16:11:29 -0500 |
| commit | c18bcf45c46f72f630cbbddc79a765336b79ab4f (patch) | |
| tree | da83ea4fc0c1e4e0744513f2bee4247c216c6587 /include | |
| parent | 12df7556705aae97f24a397377e17898700d7192 (diff) | |
| parent | 591f0a4287d0de243493fd0c133c862e1d1f1c97 (diff) | |
Merge branch '85xx'
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc/mpc85xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-ppc/mpc85xx.h b/include/asm-ppc/mpc85xx.h index f47002a60edf..4f844ebe7669 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 |
