batman-adv: Keep batadv_netlink_notify_* static
authorSven Eckelmann <sven@narfation.org>
Wed, 2 Aug 2023 08:24:20 +0000 (10:24 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Mon, 14 Aug 2023 16:01:21 +0000 (18:01 +0200)
commit02e61f06a97e7ba73fa44046d6da097e5c2aacc8
treec81f6fd6afa66c3defb4a33af73dd7d9049a6e68
parent950c92bbaa8f16fc71485f4d564d429a9e4cc9fd
batman-adv: Keep batadv_netlink_notify_* static

The batadv_netlink_notify_*() functions are not used by any other source
file. Just keep them local to netlink.c to get informed by the compiler
when they are not used anymore.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/netlink.c
net/batman-adv/netlink.h