]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - include/linux/serial_bcm63xx.h
tty: serial: bcm63xx_uart: define UART_REG_SIZE constant
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 20 Feb 2014 18:15:52 +0000 (10:15 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 1 Mar 2014 00:27:18 +0000 (16:27 -0800)
commit5811712ffbf593d98b6cc56461df5be4e9580245
treede7154c8603b655cbcd9b0319e84927bd155c35e
parentf04430ceadbf92e142208cf58904a930417c6480
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>
drivers/tty/serial/bcm63xx_uart.c
include/linux/serial_bcm63xx.h