* [PATCH net-next] mld: remove unnecessary prototypes
@ 2021-04-16 17:41 Taehee Yoo
2021-04-19 22:30 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Taehee Yoo @ 2021-04-16 17:41 UTC (permalink / raw)
To: davem, kuba, dsahern, yoshfuji, netdev; +Cc: ap420073
Some prototypes are unnecessary, so delete it.
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
---
net/ipv6/mcast.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c
index ff536a158b85..0d59efb6b49e 100644
--- a/net/ipv6/mcast.c
+++ b/net/ipv6/mcast.c
@@ -75,9 +75,6 @@ static void igmp6_leave_group(struct ifmcaddr6 *ma);
static void mld_mca_work(struct work_struct *work);
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 int sf_setstate(struct ifmcaddr6 *pmc);
static void sf_markstate(struct ifmcaddr6 *pmc);
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] mld: remove unnecessary prototypes
2021-04-16 17:41 [PATCH net-next] mld: remove unnecessary prototypes Taehee Yoo
@ 2021-04-19 22:30 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-04-19 22:30 UTC (permalink / raw)
To: Taehee Yoo; +Cc: davem, kuba, dsahern, yoshfuji, netdev
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Fri, 16 Apr 2021 17:41:48 +0000 you wrote:
> Some prototypes are unnecessary, so delete it.
>
> Signed-off-by: Taehee Yoo <ap420073@gmail.com>
> ---
> net/ipv6/mcast.c | 3 ---
> 1 file changed, 3 deletions(-)
Here is the summary with links:
- [net-next] mld: remove unnecessary prototypes
https://git.kernel.org/netdev/net-next/c/83c1ca257aca
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-19 22:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-16 17:41 [PATCH net-next] mld: remove unnecessary prototypes Taehee Yoo
2021-04-19 22:30 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).