From: Rami Rosen Date: Sun, 21 Jul 2013 00:00:31 +0000 (+0300) Subject: ip6mr: change the prototype of ip6_mr_forward(). X-Git-Tag: v3.12-rc1~132^2~480 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b52c3ada8f4391d82d8088d9169ac2a8c4d0411;p=pandora-kernel.git ip6mr: change the prototype of ip6_mr_forward(). This patch changes the prototpye of the ip6_mr_forward() method to return void instead of int. The ip6_mr_forward() method always returns 0; moreover, the return value of this method is not checked anywhere. Signed-off-by: Rami Rosen Acked-by: Nicolas Dichtel Signed-off-by: David S. Miller --- Reading git-diff-tree failed