On Thu, Feb 07, 2013 at 12:32:37AM +0100, Emil Goode wrote:
The below commit removed one node parameter from iterators. ed242d01bbe22ea0877472db49b2752d866c921c (hlist: drop the node parameter from iterators)
This patch removes a hlist_node struct that is no longer used.
Sparse gives a warning:
net/batman-adv/originator.c:411:21: warning: unused variable ‘node_tmp’ [-Wunused-variable]
Signed-off-by: Emil Goode emilgoode@gmail.com
Acked-by: Antonio Quartulli ordex@autistici.org
Thanks Emil
Cheers,