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

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

[NET]: Remove unused member of dst_entry



The info placeholder member of dst_entry seems to be unused in the
network stack.

Signed-off-by: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 64c31b3f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ struct dst_entry
		struct rt6_info   *rt6_next;
		struct dn_route  *dn_next;
	};
	char			info[0];
};