More minor cleanup after laster squashed merge.

This commit is contained in:
Gregory Nutt 2017-09-28 12:25:05 -06:00
parent 467c31637f
commit ac63ffebb8
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,8 @@
#include "route/ramroute.h"
#include "route/route.h"
#if defined(CONFIG_ROUTE_IPv4_RAMROUTE) || defined(CONFIG_ROUTE_IPv6_RAMROUTE)
/****************************************************************************
* Public Functions
****************************************************************************/
@ -223,3 +225,5 @@ FAR struct net_route_ipv6_entry_s *
return ret;
}
#endif
#endif /* CONFIG_ROUTE_IPv4_RAMROUTE || CONFIG_ROUTE_IPv4_RAMROUTE */