commit | 6e4fafd29935c844357d317c143164a00dcb1912 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <[email protected]> | Thu May 18 17:45:33 2017 |
committer | chrome-bot <[email protected]> | Fri May 19 01:08:08 2017 |
tree | b26397280fd101463411d6cfd2e2ff15965f31ab | |
parent | 9de29751791a36e50af26267553aa9e14ec41531 [diff] |
FROMGIT: r8152: Remove unused function usb_ocp_read() The function is not used, removing it fixes the following warning when building with clang: drivers/net/usb/r8152.c:825:5: error: unused function 'usb_ocp_read' [-Werror,-Wunused-function] BUG=chromium:702741 TEST=build with clang for pyro Signed-off-by: Matthias Kaehlcke <[email protected]> Signed-off-by: David S. Miller <[email protected]> (cherry picked from git.kernel.orgd davem/net-next master commit db646cc0aefbc5da0b9699ed40d4402e01245f57) Change-Id: I8a0e7b98b39e94e0ba7ad655c170b0b24bbce028 Reviewed-on: https://chromium-review.googlesource.com/508444 Commit-Ready: Matthias Kaehlcke <[email protected]> Tested-by: Matthias Kaehlcke <[email protected]> Reviewed-by: Douglas Anderson <[email protected]>