commit | 66222f0d4b0ffba0bae2a6a785dc6eaa67cf532e | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Dec 11 16:45:36 2017 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Dec 12 13:16:07 2017 +0100 |
tree | 49cd340a3f9be3d97d671050908a36a16f85f0df | |
parent | 33369d5a20549ac371f1f20f389f58246acc7621 [diff] |
usb: xhci: make function xhci_dbc_free_req static Function xhci_dbc_free_req is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warning: symbol 'xhci_dbc_free_req' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Cc: Mathias Nyman <mathias.nyman@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>