aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serial_sci.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-12-06 04:59:17 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-12-23 21:17:48 -0500
commit3ae988d97b160c07463b980ccf26ed9226660fef (patch)
tree7f68ee23b390715f16e1af02db3a5fd12e29225e /include/linux/serial_sci.h
parent1fcc91a607de0bf72d3a6073dfe459f7e9145ac5 (diff)
serial: sh-sci: Move overrun_bit and error_mask fields out of pdata
None of the fields is ever set by board code, and both of them are set in the driver at probe time. Move them out of struct plat_sci_port to struct sci_port. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'include/linux/serial_sci.h')
-rw-r--r--include/linux/serial_sci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/serial_sci.h b/include/linux/serial_sci.h
index 42620f1dce82..af9834bc6771 100644
--- a/include/linux/serial_sci.h
+++ b/include/linux/serial_sci.h
@@ -152,9 +152,6 @@ struct plat_sci_port {
152 /* 152 /*
153 * Platform overrides if necessary, defaults otherwise. 153 * Platform overrides if necessary, defaults otherwise.
154 */ 154 */
155 int overrun_bit;
156 unsigned int error_mask;
157
158 int port_reg; 155 int port_reg;
159 unsigned char regshift; 156 unsigned char regshift;
160 unsigned char regtype; 157 unsigned char regtype;