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

Commit 17159b0b authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

[PARISC]: Fix build after ipv4_is_*() changes.

parent 9ad0977f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ static __inline__ int led_get_net_activity(void)
	    struct in_device *in_dev = __in_dev_get_rcu(dev);
	    if (!in_dev || !in_dev->ifa_list)
		continue;
	    if (LOOPBACK(in_dev->ifa_list->ifa_local))
	    if (ipv4_is_loopback(in_dev->ifa_list->ifa_local))
		continue;
	    stats = dev->get_stats(dev);
	    rx_total += stats->rx_packets;