nd6: minor 'static' consistency fix
diff --git a/src/core/ipv6/nd6.c b/src/core/ipv6/nd6.c
index 298b0ea..4dbaa7c 100644
--- a/src/core/ipv6/nd6.c
+++ b/src/core/ipv6/nd6.c
@@ -1348,7 +1348,7 @@
  * @return the default router entry index, or -1 if no suitable
  *         router is found
  */
-s8_t
+static s8_t
 nd6_select_router(const ip6_addr_t *ip6addr, struct netif *netif)
 {
   s8_t i;