summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2012-10-16 00:13:12 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-16 00:26:14 +0400
commit3e5bde8ef4cc9e719b492726dd82a43d29468cd0 (patch)
tree64a81332b33bd16d7a6dbcddea1d22abd0f7f36c /include/uapi
parentc362495586e8a3a6487a318fcd82eaf15ffe2142 (diff)
downloadlinux-3e5bde8ef4cc9e719b492726dd82a43d29468cd0.tar.xz
serial/8250_hp300: Missing 8250 register interface conversion bits
commit 2655a2c76f80d91da34faa8f4e114d1793435ed3 ("8250: use the 8250 register interface not the legacy one") forgot to fully switch one instance of struct uart_port to struct uart_8250_port, causing the following compile failure: drivers/tty/serial/8250/8250_hp300.c: In function ‘hpdca_init_one’: drivers/tty/serial/8250/8250_hp300.c:174: error: ‘uart’ undeclared (first use in this function) drivers/tty/serial/8250/8250_hp300.c:174: error: (Each undeclared identifier is reported only once drivers/tty/serial/8250/8250_hp300.c:174: error: for each function it appears in.) This went unnoticed in -next, as CONFIG_HPDCA is not set to y by allmodconfig. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Cc: Alan Cox <alan@linux.intel.com> Cc: Philip Blundell <philb@gnu.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi')
0 files changed, 0 insertions, 0 deletions