Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
[pandora-kernel.git] / net / ipv6 / protocol.c
index ef43bd5..f929f47 100644 (file)
@@ -60,6 +60,8 @@ int inet6_add_protocol(struct inet6_protocol *prot, unsigned char protocol)
        return ret;
 }
 
+EXPORT_SYMBOL(inet6_add_protocol);
+
 /*
  *     Remove a protocol from the hash tables.
  */
@@ -83,3 +85,5 @@ int inet6_del_protocol(struct inet6_protocol *prot, unsigned char protocol)
 
        return ret;
 }
+
+EXPORT_SYMBOL(inet6_del_protocol);