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

Commit f5f97b57 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller
Browse files

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

parent 5533995b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -611,7 +611,7 @@ static inline int rx_refill(struct net_device *ndev, gfp_t gfp)
	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)
{
	rx_refill(ndev, GFP_ATOMIC);