From: Kevin Cernekee Date: Tue, 21 Oct 2014 22:23:03 +0000 (-0700) Subject: tty: serial: bcm63xx: Eliminate unnecessary request/release functions X-Git-Tag: omap-for-v3.20/drop-legacy-3517~83^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e979f3b712c8b8ae44bab591427f1647dd25aa0d;p=pandora-kernel.git tty: serial: bcm63xx: Eliminate unnecessary request/release functions We don't really need to perform the ioremap "on demand" so it's simpler just to do it from the probe function. This also lets us eliminate the UART_REG_SIZE constant and rely on the resource information passed in from the DT or platform code. Signed-off-by: Kevin Cernekee Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed