Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e052a589 authored by Wei Yongjun's avatar Wei Yongjun Committed by David S. Miller
Browse files

net: ethernet: davinci_emac: make local function emac_poll_controller() static



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

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: default avatarMugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9fad0c94
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1438,7 +1438,7 @@ static int emac_poll(struct napi_struct *napi, int budget)
 * Polled functionality used by netconsole and others in non interrupt mode
 * Polled functionality used by netconsole and others in non interrupt mode
 *
 *
 */
 */
void emac_poll_controller(struct net_device *ndev)
static void emac_poll_controller(struct net_device *ndev)
{
{
	struct emac_priv *priv = netdev_priv(ndev);
	struct emac_priv *priv = netdev_priv(ndev);