Re: [PATCH v3 net-next 02/15] neighbour: Remove __neigh_for_each_release().
David Ahern <[email protected]>
| Newsgroups | org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 8/10/26 8:23 PM, Kuniyuki Iwashima wrote:
> Since commit 6deb53595092 ("net: remove unused ATM protocols
> and legacy ATM device drivers"), there is no in-kernel user of
> __neigh_for_each_release().
>
> Let's remove it.
>
> Signed-off-by: Kuniyuki Iwashima <[email protected]>
> ---
> include/net/neighbour.h | 2 --
> net/core/neighbour.c | 31 -------------------------------
> 2 files changed, 33 deletions(-)
>
Reviewed-by: David Ahern <[email protected]>