]> asedeno.scripts.mit.edu Git - linux.git/commit
davinci_cpdma: make cpdma_chan_split_pool static
authorBen Dooks (Codethink) <ben.dooks@codethink.co.uk>
Tue, 15 Oct 2019 16:15:58 +0000 (17:15 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Oct 2019 03:56:14 +0000 (20:56 -0700)
commit539825a536040e09a2f26eb54bef206e8e8086b5
treed358e18dc237e5bd89d4e731dff864e4a9f75f57
parent61c1d33daf7b5146f44d4363b3322f8cda6a6c43
davinci_cpdma: make cpdma_chan_split_pool static

The cpdma_chan_split_pool() function is not used outside of
the driver, so make it static to avoid the following sparse
warning:

drivers/net/ethernet/ti/davinci_cpdma.c:725:5: warning: symbol 'cpdma_chan_split_pool' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/davinci_cpdma.c