commit | 2310c8ede3341757ca78885c25262a30e520a3ff | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:22 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:10 2019 -0500 |
tree | 1d74124e87bf3fc7e2c16b309c98b27be204ee76 | |
parent | 8d5babb45a051efb9ce4c9e06a693d72ee6cba5a [diff] |
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>