commit | 5811712ffbf593d98b6cc56461df5be4e9580245 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Feb 20 10:15:52 2014 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 28 16:27:18 2014 -0800 |
tree | de7154c8603b655cbcd9b0319e84927bd155c35e | |
parent | f04430ceadbf92e142208cf58904a930417c6480 [diff] |
tty: serial: bcm63xx_uart: define UART_REG_SIZE constant The bcm63xx_uart driver uses RSET_UART_SIZE which is a constant defined for MIPS-based BCM63xx platforms, pull this constant value from the MIPS-specific header and put it in include/linux/serial_bcm63xx.h to make the driver platform agnostic. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>