aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/cpm_uart
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-02-05 05:48:10 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-02-05 05:48:10 -0500
commit9b4a1617772d6d5ab5eeda0cd95302fae119e359 (patch)
tree5104ea63a01c995036947998016e3205cff3a61d /drivers/serial/cpm_uart
parent53ea68ecea11bcbb3451c2758ce181bd97b569a9 (diff)
[SERIAL] uart_port iotype member should use UPIO_*
Convert usage of SERIAL_IO_* to UPIO_*. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial/cpm_uart')
-rw-r--r--drivers/serial/cpm_uart/cpm_uart_core.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/serial/cpm_uart/cpm_uart_core.c b/drivers/serial/cpm_uart/cpm_uart_core.c
index 16af5626c243..3d80846e384a 100644
--- a/drivers/serial/cpm_uart/cpm_uart_core.c
+++ b/drivers/serial/cpm_uart/cpm_uart_core.c
@@ -908,7 +908,7 @@ struct uart_cpm_port cpm_uart_ports[UART_NR] = {
908 .port = { 908 .port = {
909 .irq = SMC1_IRQ, 909 .irq = SMC1_IRQ,
910 .ops = &cpm_uart_pops, 910 .ops = &cpm_uart_pops,
911 .iotype = SERIAL_IO_MEM, 911 .iotype = UPIO_MEM,
912 .lock = SPIN_LOCK_UNLOCKED, 912 .lock = SPIN_LOCK_UNLOCKED,
913 }, 913 },
914 .flags = FLAG_SMC, 914 .flags = FLAG_SMC,
@@ -922,7 +922,7 @@ struct uart_cpm_port cpm_uart_ports[UART_NR] = {
922 .port = { 922 .port = {
923 .irq = SMC2_IRQ, 923 .irq = SMC2_IRQ,
924 .ops = &cpm_uart_pops, 924 .ops = &cpm_uart_pops,
925 .iotype = SERIAL_IO_MEM, 925 .iotype = UPIO_MEM,
926 .lock = SPIN_LOCK_UNLOCKED, 926 .lock = SPIN_LOCK_UNLOCKED,
927 }, 927 },
928 .flags = FLAG_SMC, 928 .flags = FLAG_SMC,
@@ -939,7 +939,7 @@ struct uart_cpm_port cpm_uart_ports[UART_NR] = {
939 .port = { 939 .port = {
940 .irq = SCC1_IRQ, 940 .irq = SCC1_IRQ,
941 .ops = &cpm_uart_pops, 941 .ops = &cpm_uart_pops,
942 .iotype = SERIAL_IO_MEM, 942 .iotype = UPIO_MEM,
943 .lock = SPIN_LOCK_UNLOCKED, 943 .lock = SPIN_LOCK_UNLOCKED,
944 }, 944 },
945 .tx_nrfifos = TX_NUM_FIFO, 945 .tx_nrfifos = TX_NUM_FIFO,
@@ -953,7 +953,7 @@ struct uart_cpm_port cpm_uart_ports[UART_NR] = {
953 .port = { 953 .port = {
954 .irq = SCC2_IRQ, 954 .irq = SCC2_IRQ,
955 .ops = &cpm_uart_pops, 955 .ops = &cpm_uart_pops,
956 .iotype = SERIAL_IO_MEM, 956 .iotype = UPIO_MEM,
957 .lock = SPIN_LOCK_UNLOCKED, 957 .lock = SPIN_LOCK_UNLOCKED,
958 }, 958 },
959 .tx_nrfifos = TX_NUM_FIFO, 959 .tx_nrfifos = TX_NUM_FIFO,
@@ -967,7 +967,7 @@ struct uart_cpm_port cpm_uart_ports[UART_NR] = {
967 .port = { 967 .port = {
968 .irq = SCC3_IRQ, 968 .irq = SCC3_IRQ,
969 .ops = &cpm_uart_pops, 969 .ops = &cpm_uart_pops,
970 .iotype = SERIAL_IO_MEM, 970 .iotype = UPIO_MEM,
971 .lock = SPIN_LOCK_UNLOCKED, 971 .lock = SPIN_LOCK_UNLOCKED,
972 }, 972 },
973 .tx_nrfifos = TX_NUM_FIFO, 973 .tx_nrfifos = TX_NUM_FIFO,
@@ -981,7 +981,7 @@ struct uart_cpm_port cpm_uart_ports[UART_NR] = {
981 .port = { 981 .port = {
982 .irq = SCC4_IRQ, 982 .irq = SCC4_IRQ,
983 .ops = &cpm_uart_pops, 983 .ops = &cpm_uart_pops,
984 .iotype = SERIAL_IO_MEM, 984 .iotype = UPIO_MEM,
985 .lock = SPIN_LOCK_UNLOCKED, 985 .lock = SPIN_LOCK_UNLOCKED,
986 }, 986 },
987 .tx_nrfifos = TX_NUM_FIFO, 987 .tx_nrfifos = TX_NUM_FIFO,