netfilter: nf_tables: relocate commit and abort routines in the source file
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 3 Apr 2014 09:56:37 +0000 (11:56 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 19 May 2014 10:06:10 +0000 (12:06 +0200)
Move the commit and abort routines to the bottom of the source code
file. This change is required by the follow up patches that add the
set, chain and table transaction support.

This patch is just a cleanup to access several functions without
having to declare their prototypes.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found