Skip to content

Commit

Permalink
netlabel: Remove unused declaration netlbl_cipsov4_doi_free()
Browse files Browse the repository at this point in the history
Since commit b1edeb1 ("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>
Yue Haibing authored and Jakub Kicinski committed Aug 2, 2023
1 parent 2fca1b5 commit e12f2a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/netlabel/netlabel_cipso_v4.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e12f2a6

Please sign in to comment.