From: Laurent Pinchart Date: Fri, 6 Dec 2013 09:59:17 +0000 (+0100) Subject: serial: sh-sci: Move overrun_bit and error_mask fields out of pdata X-Git-Tag: cleanup-for-linus~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ae988d97b160c07463b980ccf26ed9226660fef;p=pandora-kernel.git 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 Acked-by: Greg Kroah-Hartman Signed-off-by: Simon Horman --- Reading git-diff-tree failed