aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/serial_sci.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/serial_sci.h b/include/linux/serial_sci.h
index af9834bc6771..e9c3021a37ae 100644
--- a/include/linux/serial_sci.h
+++ b/include/linux/serial_sci.h
@@ -69,17 +69,6 @@ enum {
69 SCIx_MUX_IRQ = SCIx_NR_IRQS, /* special case */ 69 SCIx_MUX_IRQ = SCIx_NR_IRQS, /* special case */
70}; 70};
71 71
72/* Offsets into the sci_port->gpios array */
73enum {
74 SCIx_SCK,
75 SCIx_RXD,
76 SCIx_TXD,
77 SCIx_CTS,
78 SCIx_RTS,
79
80 SCIx_NR_FNS,
81};
82
83enum { 72enum {
84 SCIx_PROBE_REGTYPE, 73 SCIx_PROBE_REGTYPE,
85 74
@@ -141,7 +130,6 @@ struct plat_sci_port_ops {
141struct plat_sci_port { 130struct plat_sci_port {
142 unsigned long mapbase; /* resource base */ 131 unsigned long mapbase; /* resource base */
143 unsigned int irqs[SCIx_NR_IRQS]; /* ERI, RXI, TXI, BRI */ 132 unsigned int irqs[SCIx_NR_IRQS]; /* ERI, RXI, TXI, BRI */
144 unsigned int gpios[SCIx_NR_FNS]; /* SCK, RXD, TXD, CTS, RTS */
145 unsigned int type; /* SCI / SCIF / IRDA / HSCIF */ 133 unsigned int type; /* SCI / SCIF / IRDA / HSCIF */
146 upf_t flags; /* UPF_* flags */ 134 upf_t flags; /* UPF_* flags */
147 unsigned long capabilities; /* Port features/capabilities */ 135 unsigned long capabilities; /* Port features/capabilities */