Skip to content
Snippets Groups Projects
Commit 47a5247f authored by Wei Yongjun's avatar Wei Yongjun Committed by David S. Miller
Browse files

net: fec: make local function fec_poll_controller() static


fec_poll_controller() was not declared. It should be static.

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e052a589
No related merge requests found
......@@ -1556,7 +1556,7 @@ fec_set_mac_address(struct net_device *ndev, void *p)
* Polled functionality used by netconsole and others in non interrupt mode
*
*/
void fec_poll_controller(struct net_device *dev)
static void fec_poll_controller(struct net_device *dev)
{
int i;
struct fec_enet_private *fep = netdev_priv(dev);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment