commit | 3ae988d97b160c07463b980ccf26ed9226660fef | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Fri Dec 06 10:59:17 2013 +0100 |
committer | Simon Horman <horms+renesas@verge.net.au> | Tue Dec 24 11:17:48 2013 +0900 |
tree | 7f68ee23b390715f16e1af02db3a5fd12e29225e | |
parent | 1fcc91a607de0bf72d3a6073dfe459f7e9145ac5 [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>