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

Commit accc5b4f authored by Rami Rosen's avatar Rami Rosen Committed by David S. Miller
Browse files

ipv4: remove unused macro (FIB_RES_RESET) from ip_fib.h.

parent eb457f36
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -124,14 +124,12 @@ struct fib_result_nl {
#ifdef CONFIG_IP_ROUTE_MULTIPATH

#define FIB_RES_NH(res)		((res).fi->fib_nh[(res).nh_sel])
#define FIB_RES_RESET(res)	((res).nh_sel = 0)

#define FIB_TABLE_HASHSZ 2

#else /* CONFIG_IP_ROUTE_MULTIPATH */

#define FIB_RES_NH(res)		((res).fi->fib_nh[0])
#define FIB_RES_RESET(res)

#define FIB_TABLE_HASHSZ 256