From: Vineet Gupta Date: Tue, 24 Jun 2014 08:25:07 +0000 (+0530) Subject: serial/arc: Refactor by referencing to uart_port where possible X-Git-Tag: cleanup-for-v3.18~124^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12d15e6f6377fe46b1f9dc51133890a732f1ae05;p=pandora-kernel.git serial/arc: Refactor by referencing to uart_port where possible The ARC UART MMIO helpers would take arc_uart_port and then reference generic uart_port->membase member. So change them to difrectly refer to uart_port and fix call sites accordingly. This removes the need for to_arc_port() converion almost eveeywhere and makes code a bit easier to read. Signed-off-by: Vineet Gupta Reviewed-by: Rob Herring Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed