diff options
author | Vitaly Wool <vitalywool@gmail.com> | 2007-02-14 00:33:08 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-14 08:09:52 -0800 |
commit | e6fa0ba304f0642b5e9454c20b07740b8bf2c416 (patch) | |
tree | 4ef1057fb9364a3228b852d558c99c43c14aac41 /include/linux/serial_core.h | |
parent | 8f31bb39ec2a5622974666c72257e74c22492602 (diff) | |
download | linux-e6fa0ba304f0642b5e9454c20b07740b8bf2c416.tar.gz linux-e6fa0ba304f0642b5e9454c20b07740b8bf2c416.tar.bz2 linux-e6fa0ba304f0642b5e9454c20b07740b8bf2c416.zip |
[PATCH] fix PNX8550 serial breakage
Fix the serial header breakage for the PNX8550 MIPS platform.
Signed-off-by: Vitaly Wool <vitalywool@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r-- | include/linux/serial_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index cf23813cbec2..586aaba91720 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -122,7 +122,7 @@ /*Digi jsm */ #define PORT_JSM 69 -#define PORT_IP3106 70 +#define PORT_PNX8XXX 70 /* Hilscher netx */ #define PORT_NETX 71 |