mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 17:41:50 +00:00
mld: remove unnecessary prototypes
Some prototypes are unnecessary, so delete it. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c589fa10f1
commit
83c1ca257a
1 changed files with 0 additions and 3 deletions
|
@ -75,9 +75,6 @@ static void igmp6_leave_group(struct ifmcaddr6 *ma);
|
||||||
static void mld_mca_work(struct work_struct *work);
|
static void mld_mca_work(struct work_struct *work);
|
||||||
|
|
||||||
static void mld_ifc_event(struct inet6_dev *idev);
|
static void mld_ifc_event(struct inet6_dev *idev);
|
||||||
static void mld_add_delrec(struct inet6_dev *idev, struct ifmcaddr6 *pmc);
|
|
||||||
static void mld_del_delrec(struct inet6_dev *idev, struct ifmcaddr6 *pmc);
|
|
||||||
static void mld_clear_delrec(struct inet6_dev *idev);
|
|
||||||
static bool mld_in_v1_mode(const struct inet6_dev *idev);
|
static bool mld_in_v1_mode(const struct inet6_dev *idev);
|
||||||
static int sf_setstate(struct ifmcaddr6 *pmc);
|
static int sf_setstate(struct ifmcaddr6 *pmc);
|
||||||
static void sf_markstate(struct ifmcaddr6 *pmc);
|
static void sf_markstate(struct ifmcaddr6 *pmc);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue