Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1673744
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] net: stmmac: make some functions static |
| Date | 2017-06-23 20:00 +0200 |
| Message-ID | <tVB2a-5e4-35@gated-at.bofh.it> (permalink) |
| References | <tVcZQ-77P-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Colin King <colin.king@canonical.com> Date: Thu, 22 Jun 2017 17:17:29 +0100 > From: Colin Ian King <colin.king@canonical.com> > > The functions dwmac4_dma_init_rx_chan, dwmac4_dma_init_tx_chan and > dwmac4_dma_init_channel do not need to be in global scope, so them > static. > > Cleans up sparse warnings: > "symbol 'dwmac4_dma_init_rx_chan' was not declared. Should it be static?" > "symbol 'dwmac4_dma_init_tx_chan' was not declared. Should it be static?" > "symbol 'dwmac4_dma_init_channel' was not declared. Should it be static?" > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Applied to net-next, thanks.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] net: stmmac: make some functions static Colin King <colin.king@canonical.com> - 2017-06-22 18:20 +0200 Re: [PATCH] net: stmmac: make some functions static David Miller <davem@davemloft.net> - 2017-06-23 20:00 +0200
csiph-web