Re: [PATCH v3 net-next 04/15] neighbour: Remove unnecessary EXPORT_SYMBOL().
David Ahern <[email protected]>
| Newsgroups | org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 8/10/26 8:23 PM, Kuniyuki Iwashima wrote:
> Commit 1bf20cc62a54 ("neighbour: remove obsolete EXPORT_SYMBOL()")
> unexported some functions in neighbour.c because IPv6 is no longer
> built as module.
>
> Since it unexported neigh_table_init(), no module can register
> neigh_table dynamically.
>
> Let's unexport a few more functions.
>
> Signed-off-by: Kuniyuki Iwashima <[email protected]>
> ---
> net/core/neighbour.c | 17 -----------------
> 1 file changed, 17 deletions(-)
>
Reviewed-by: David Ahern <[email protected]>