]> git.baikalelectronics.ru Git - uboot.git/commit
serial: usb: Correct the usbtty_...() prototypes
authorSimon Glass <sjg@chromium.org>
Thu, 14 Nov 2019 19:57:22 +0000 (12:57 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 2 Dec 2019 23:23:10 +0000 (18:23 -0500)
commit89944c9f072e6694aa7d3d84a5155cd4fa4c54f7
tree1d74124e87bf3fc7e2c16b309c98b27be204ee76
parente00a9ed17f59249eb0b662f1abbc38759c8fe7cf
serial: usb: Correct the usbtty_...() prototypes

The function declarations in serial.h are not in sync with what is
currently used in usbtty. Fix this by updating the header and including
it, to help catch future such problems.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/serial/usbtty.c
include/serial.h