Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1650658
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] net: jme: Remove unused functions |
| Date | 2017-05-25 19:00 +0200 |
| Message-ID | <tL4hc-2di-23@gated-at.bofh.it> (permalink) |
| References | <tKslz-2F2-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Matthias Kaehlcke <mka@chromium.org> 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 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> Applied to net-next.
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] net: jme: Remove unused functions David Miller <davem@davemloft.net> - 2017-05-25 19:00 +0200
csiph-web