Skip to content

Commit e12f2a6

Browse files
Yue Haibingkuba-moo
authored andcommitted
netlabel: Remove unused declaration netlbl_cipsov4_doi_free()
Since commit b1edeb1 ("netlabel: Replace protocol/NetLabel linking with refrerence counts") this declaration is unused and can be removed. Signed-off-by: Yue Haibing <[email protected]> Acked-by: Paul Moore <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 2fca1b5 commit e12f2a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

net/netlabel/netlabel_cipso_v4.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,4 @@ enum {
149149
/* NetLabel protocol functions */
150150
int netlbl_cipsov4_genl_init(void);
151151

152-
/* Free the memory associated with a CIPSOv4 DOI definition */
153-
void netlbl_cipsov4_doi_free(struct rcu_head *entry);
154-
155152
#endif

0 commit comments

Comments
 (0)