From: Patrick McHardy Date: Sat, 11 Apr 2015 01:27:29 +0000 (+0100) Subject: netfilter: nf_tables: kill nft_validate_output_register() X-Git-Tag: omap-for-v4.2/o2_dc~131^2~1^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27e6d2017abdfbdb8b790c34c93d65ee10ce2fc5;p=pandora-kernel.git netfilter: nf_tables: kill nft_validate_output_register() All users of nft_validate_register_store() first invoke nft_validate_output_register(). There is in fact no use for using it on its own, so simplify the code by folding the functionality into nft_validate_register_store() and kill it. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed