mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
netlabel: Remove unused declaration netlbl_cipsov4_doi_free()
Since commit b1edeb1023
("netlabel: Replace protocol/NetLabel linking with refrerence counts")
this declaration is unused and can be removed.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Acked-by: Paul Moore <paul@paul-moore.com>
Link: https://lore.kernel.org/r/20230801143453.24452-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
2fca1b5ef8
commit
e12f2a6d1b
@ -149,7 +149,4 @@ enum {
|
||||
/* NetLabel protocol functions */
|
||||
int netlbl_cipsov4_genl_init(void);
|
||||
|
||||
/* Free the memory associated with a CIPSOv4 DOI definition */
|
||||
void netlbl_cipsov4_doi_free(struct rcu_head *entry);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user