From: Rami Rosen Date: Thu, 21 May 2009 00:26:23 +0000 (-0700) Subject: net: Remove unused parameter from fill method in fib_rules_ops. X-Git-Tag: v2.6.31-rc1~330^2~342 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04af8cf6f320031090ab6fa4600b912b0c18fb4b;p=pandora-kernel.git net: Remove unused parameter from fill method in fib_rules_ops. The netlink message header (struct nlmsghdr) is an unused parameter in fill method of fib_rules_ops struct. This patch removes this parameter from this method and fixes the places where this method is called. (include/net/fib_rules.h) Signed-off-by: Rami Rosen Signed-off-by: David S. Miller --- Reading git-diff-tree failed