Skip to content

Commit 22649d1

Browse files
AdrianBunkdavem330
authored andcommitted
[IPVS]: Remove unused exports.
This patch removes the following unused EXPORT_SYMBOL's: - ip_vs_try_bind_dest - ip_vs_find_dest Signed-off-by: Adrian Bunk <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 6aed421 commit 22649d1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

net/ipv4/ipvs/ip_vs_conn.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ struct ip_vs_dest *ip_vs_try_bind_dest(struct ip_vs_conn *cp)
441441
} else
442442
return NULL;
443443
}
444-
EXPORT_SYMBOL(ip_vs_try_bind_dest);
445444

446445

447446
/*

net/ipv4/ipvs/ip_vs_ctl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ struct ip_vs_dest *ip_vs_find_dest(__be32 daddr, __be16 dport,
604604
ip_vs_service_put(svc);
605605
return dest;
606606
}
607-
EXPORT_SYMBOL(ip_vs_find_dest);
608607

609608
/*
610609
* Lookup dest by {svc,addr,port} in the destination trash.

0 commit comments

Comments
 (0)