aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_queue.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-09-05 18:06:45 -0700
committerDavid S. Miller <davem@davemloft.net>2005-09-05 18:06:45 -0700
commit395dde20fb06153feb65d79d7fe83eda41bf50e7 (patch)
tree3c3f9ff6e26beaac3af1a7c90dd188737a777bce /net/netfilter/nfnetlink_queue.c
parent[IPV4]: net/ipv4/ipconfig.c should #include <linux/nfs_fs.h> (diff)
downloadlinux-dev-395dde20fb06153feb65d79d7fe83eda41bf50e7.tar.xz
linux-dev-395dde20fb06153feb65d79d7fe83eda41bf50e7.zip
[NETFILTER]: net/netfilter/nfnetlink*: make functions static
This patch makes needlessly global functions static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/netfilter/nfnetlink_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nfnetlink_queue.c b/net/netfilter/nfnetlink_queue.c
index e3a5285329af..052fc97dae98 100644
--- a/net/netfilter/nfnetlink_queue.c
+++ b/net/netfilter/nfnetlink_queue.c
@@ -76,7 +76,7 @@ typedef int (*nfqnl_cmpfn)(struct nfqnl_queue_entry *, unsigned long);
static DEFINE_RWLOCK(instances_lock);
-u_int64_t htonll(u_int64_t in)
+static u_int64_t htonll(u_int64_t in)
{
u_int64_t out;
int i;