diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-04-19 10:48:34 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-04-21 10:19:09 -0500 |
commit | 87c448c2f2dd734910617274637e726c82d0af25 (patch) | |
tree | a578838517bbcc3a1f71ada0045b870cffb4ebf2 /include | |
parent | 546be91915a17e4faa9df91caa3ace0c92efa3ab (diff) | |
download | op-kernel-dev-87c448c2f2dd734910617274637e726c82d0af25.zip op-kernel-dev-87c448c2f2dd734910617274637e726c82d0af25.tar.gz |
[PPC] Remove mpc885ads and mpc86x ads boards from arch/ppc
We have a board port in arch/powerpc so we dont need this one anymore.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc/mpc8xx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-ppc/mpc8xx.h b/include/asm-ppc/mpc8xx.h index d3a2f2f..b9e3060 100644 --- a/include/asm-ppc/mpc8xx.h +++ b/include/asm-ppc/mpc8xx.h @@ -63,10 +63,6 @@ #include <platforms/lantec.h> #endif -#if defined(CONFIG_MPC885ADS) -#include <platforms/mpc885ads.h> -#endif - /* Currently, all 8xx boards that support a processor to PCI/ISA bridge * use the same memory map. */ |