diff options
| author | Tom Rini <trini@kernel.crashing.org> | 2004-08-11 22:16:07 -0700 |
|---|---|---|
| committer | Tom Rini <trini@kernel.crashing.org> | 2004-08-11 22:16:07 -0700 |
| commit | 0a068ab0506597e6ffd47e7f40ff96e054c43056 (patch) | |
| tree | 00f13e4152e3cbc4cf69e5c7fcf173d75bb05a13 /include/asm-ppc | |
| parent | 9e6678fa13e4fbdb5aa2dc5f74418d2d78aa660d (diff) | |
PPC32: Merge mcpn765_serial.h into mcpn765.h
Signed-off-by: Tom Rini <trini@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc')
| -rw-r--r-- | include/asm-ppc/serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/serial.h b/include/asm-ppc/serial.h index 310206e28686..daefc9230f07 100644 --- a/include/asm-ppc/serial.h +++ b/include/asm-ppc/serial.h @@ -17,7 +17,7 @@ #elif defined(CONFIG_LOPEC) #include <platforms/lopec_serial.h> #elif defined(CONFIG_MCPN765) -#include <platforms/mcpn765_serial.h> +#include <platforms/mcpn765.h> #elif defined(CONFIG_MVME5100) #include <platforms/mvme5100_serial.h> #elif defined(CONFIG_PRPMC750) |
