Re: [PATCH] net: jme: Remove unused functions

2017-05-25 Thread David Miller
From: Matthias Kaehlcke Date: Tue, 23 May 2017 17:27:51 -0700 > 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

[PATCH] net: jme: Remove unused functions

2017-05-23 Thread Matthias Kaehlcke
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]