提交 f5f97b57 编写于 作者: A Andrew Morton 提交者: David S. Miller

[NET]: fix drivers/net/ns83820.c build

Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 5533995b
...@@ -611,7 +611,7 @@ static inline int rx_refill(struct net_device *ndev, gfp_t gfp) ...@@ -611,7 +611,7 @@ static inline int rx_refill(struct net_device *ndev, gfp_t gfp)
return i ? 0 : -ENOMEM; return i ? 0 : -ENOMEM;
} }
static void rx_refill_atomic(struct net_device *ndev)); static void rx_refill_atomic(struct net_device *ndev);
static void fastcall rx_refill_atomic(struct net_device *ndev) static void fastcall rx_refill_atomic(struct net_device *ndev)
{ {
rx_refill(ndev, GFP_ATOMIC); rx_refill(ndev, GFP_ATOMIC);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册