summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorMiles Bader <miles@lsi.nec.co.jp>2003-07-17 20:10:48 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-07-17 20:10:48 -0700
commit701096cf9b0b69c4167d9010b964da2c013e2c20 (patch)
treed17e37439fa01810cfc3cd11f338cf83e5a16479 /include/linux/serial_core.h
parent15d7359a36fd9aa2717416421c216db8c5f371df (diff)
[PATCH] Refactor v850 UART driver
The v850 family contains several related-but-not-identical on-chip UARTs. This patch factors out the common code and uses it to implement both types (only one was supported before). Also, this patch changes the way the v850 UART is initialized, to use the same method as other linux serial drivers. This patch renames the UART code to be `v850e_uart' rather than `nb85e_uart', as the former is more correct. As this change renames some files too, the patch contains a number of whole-file add/removes.
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 93ab5714ad94..a7cb796c4deb 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -57,7 +57,7 @@
#define PORT_SUNSAB 39
/* NEC v850. */
-#define PORT_NB85E_UART 40
+#define PORT_V850E_UART 40
/* NEC PC-9800 */
#define PORT_8251_PC98 41