[IPV6]: Decentralize EXPORT_SYMBOLs.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
This commit is contained in:

committed by
David S. Miller

parent
b558ff7999
commit
7159039a12
@@ -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);
|
||||
|
Reference in New Issue
Block a user