diff options
author | Ed Blake <ed.blake@imgtec.com> | 2016-11-10 21:07:54 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-16 12:59:38 +0300 |
commit | 98838d95075a5295f3478ceba18bcccf472e30f4 (patch) | |
tree | 9b38f47ee9a97a3810db662e0f168f7d0303d38b /arch/x86/platform/ce4100/ce4100.c | |
parent | 5fe86674840c6773d09943a78a5f7f3bf2420ffd (diff) | |
download | linux-98838d95075a5295f3478ceba18bcccf472e30f4.tar.xz |
serial: 8250: Add IrDA to UART capabilities
Add an IrDA UART capability flag and change the type of
uart_8250_port.capabilities to be u32 rather than unsigned short to
accommodate the additional flag.
Signed-off-by: Ed Blake <ed.blake@imgtec.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/platform/ce4100/ce4100.c')
-rw-r--r-- | arch/x86/platform/ce4100/ce4100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/ce4100/ce4100.c b/arch/x86/platform/ce4100/ce4100.c index b27bccd4390f..821cb41f00e6 100644 --- a/arch/x86/platform/ce4100/ce4100.c +++ b/arch/x86/platform/ce4100/ce4100.c @@ -89,7 +89,7 @@ static void ce4100_mem_serial_out(struct uart_port *p, int offset, int value) } static void ce4100_serial_fixup(int port, struct uart_port *up, - unsigned short *capabilites) + u32 *capabilites) { #ifdef CONFIG_EARLY_PRINTK /* |