mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
cipso: Remove unused inline functions
They are not used any more since commit b1edeb1023
("netlabel: Replace
protocol/NetLabel linking with refrerence counts")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4ff91fa0a3
commit
17c7b8b1ca
@ -150,18 +150,6 @@ static inline int cipso_v4_doi_walk(u32 *skip_cnt,
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static inline int cipso_v4_doi_domhsh_add(struct cipso_v4_doi *doi_def,
|
||||
const char *domain)
|
||||
{
|
||||
return -ENOSYS;
|
||||
}
|
||||
|
||||
static inline int cipso_v4_doi_domhsh_remove(struct cipso_v4_doi *doi_def,
|
||||
const char *domain)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif /* CONFIG_NETLABEL */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user