diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-02-08 01:11:00 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-02-09 11:39:46 -0600 |
commit | 49baa91d6863df480fa05eb57524a274f77fa886 (patch) | |
tree | a553de5b401466c6a61188565002f8ca4acff3e2 /arch/powerpc/platforms/83xx/mpc834x_itx.c | |
parent | 135637aa781a0480ba4ef2d3ad18fae408ace874 (diff) | |
download | linux-49baa91d6863df480fa05eb57524a274f77fa886.tar.gz linux-49baa91d6863df480fa05eb57524a274f77fa886.tar.bz2 linux-49baa91d6863df480fa05eb57524a274f77fa886.zip |
[POWERPC] 83xx: Updated and renamed MPC834x SYS to MPC834x MDS
The MPC834x SYS board has always been called the MPC834x MDS since its public
release. Removed all references to SYS and replaced with MDS. Additionally
renamed the .dts to match the defconfig (mpc834x_mds*).
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/mpc834x_itx.c')
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc834x_itx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc834x_itx.c b/arch/powerpc/platforms/83xx/mpc834x_itx.c index 2446dea9407e..443a3172f370 100644 --- a/arch/powerpc/platforms/83xx/mpc834x_itx.c +++ b/arch/powerpc/platforms/83xx/mpc834x_itx.c @@ -38,8 +38,6 @@ #include "mpc83xx.h" -#include <platforms/83xx/mpc834x_sys.h> - #ifndef CONFIG_PCI unsigned long isa_io_base = 0; unsigned long isa_mem_base = 0; |