Skip to content

Commit 83c1ca2

Browse files
TaeheeYoodavem330
authored andcommitted
mld: remove unnecessary prototypes
Some prototypes are unnecessary, so delete it. Signed-off-by: Taehee Yoo <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent c589fa1 commit 83c1ca2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

net/ipv6/mcast.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ static void igmp6_leave_group(struct ifmcaddr6 *ma);
7575
static void mld_mca_work(struct work_struct *work);
7676

7777
static void mld_ifc_event(struct inet6_dev *idev);
78-
static void mld_add_delrec(struct inet6_dev *idev, struct ifmcaddr6 *pmc);
79-
static void mld_del_delrec(struct inet6_dev *idev, struct ifmcaddr6 *pmc);
80-
static void mld_clear_delrec(struct inet6_dev *idev);
8178
static bool mld_in_v1_mode(const struct inet6_dev *idev);
8279
static int sf_setstate(struct ifmcaddr6 *pmc);
8380
static void sf_markstate(struct ifmcaddr6 *pmc);

0 commit comments

Comments
 (0)