commit | db646cc0aefbc5da0b9699ed40d4402e01245f57 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <mka@chromium.org> | Thu May 18 10:45:33 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 18 14:46:07 2017 -0400 |
tree | 617e02f8f5b8a1566a6324f75864d1dd9f563c0c | |
parent | 7b6859fbdcc4a590c8ef03bcc00d770b42d41c42 [diff] |
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] Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>