Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
[linux-2.6-microblaze.git] / net / ipv4 / netfilter / ipt_CLUSTERIP.c
index 2a909e5..835d50b 100644 (file)
@@ -864,7 +864,7 @@ static struct pernet_operations clusterip_net_ops = {
        .size = sizeof(struct clusterip_net),
 };
 
-struct notifier_block cip_netdev_notifier = {
+static struct notifier_block cip_netdev_notifier = {
        .notifier_call = clusterip_netdev_event
 };