diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-04 02:55:24 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 11:05:54 +0400 |
commit | 89d7f53030baa2616eb2fe87cbc19bc73111a78e (patch) | |
tree | d8d851a37b0236e7be6d54f58d86a41ab93f879d /include/asm-ppc/serial.h | |
parent | ba9d1e2a3da505f0574751c3041bbc307c30aeca (diff) | |
download | linux-89d7f53030baa2616eb2fe87cbc19bc73111a78e.tar.xz |
[PATCH] ppc32: Remove board support for MCPN765
Support for the MCPN765 board is no longer maintained and thus being removed
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-ppc/serial.h')
-rw-r--r-- | include/asm-ppc/serial.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-ppc/serial.h b/include/asm-ppc/serial.h index 6d47438be58c..485a924e4d06 100644 --- a/include/asm-ppc/serial.h +++ b/include/asm-ppc/serial.h @@ -18,8 +18,6 @@ #include <platforms/powerpmc250.h> #elif defined(CONFIG_LOPEC) #include <platforms/lopec.h> -#elif defined(CONFIG_MCPN765) -#include <platforms/mcpn765.h> #elif defined(CONFIG_MVME5100) #include <platforms/mvme5100.h> #elif defined(CONFIG_PAL4) |