summaryrefslogtreecommitdiffstats
path: root/net/llc
diff options
context:
space:
mode:
authorMatthias Kaehlcke <mka@chromium.org>2017-05-23 17:27:51 -0700
committerDavid S. Miller <davem@davemloft.net>2017-05-25 12:58:45 -0400
commit26d732baa09daa196b426b6cb354783eb1c75ec5 (patch)
tree039ff5d7311f235057297c161fe38cc98bef9c90 /net/llc
parent52c05fc744215b3969c9b522d2ff5a82fd3d64ed (diff)
downloadlinux-26d732baa09daa196b426b6cb354783eb1c75ec5.tar.gz
linux-26d732baa09daa196b426b6cb354783eb1c75ec5.tar.bz2
linux-26d732baa09daa196b426b6cb354783eb1c75ec5.zip
net: jme: Remove unused functions
The functions jme_restart_tx_engine(), jme_pause_rx() and jme_resume_rx() are not used. Removing them fixes the following warnings when building with clang: drivers/net/ethernet/jme.c:694:1: error: unused function 'jme_restart_tx_engine' [-Werror,-Wunused-function] drivers/net/ethernet/jme.c:2393:20: error: unused function 'jme_pause_rx' [-Werror,-Wunused-function] drivers/net/ethernet/jme.c:2406:20: error: unused function 'jme_resume_rx' [-Werror,-Wunused-function] Signed-off-by: Matthias Kaehlcke <mka@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/llc')
0 files changed, 0 insertions, 0 deletions