include/nuttx/net and net/: Move private prototype of netdev_foreach() from the public include/nuttx/net/net.h to the private net/netdev/ndetdev.h header file where it belongs.

This commit is contained in:
Gregory Nutt
2017-07-01 08:39:39 -06:00
parent ae1771454a
commit d280f8854e
4 changed files with 36 additions and 34 deletions
+1 -1
View File
@@ -87,7 +87,6 @@
#include <net/if.h>
#include <nuttx/net/net.h>
#include <nuttx/net/netconfig.h>
#include <nuttx/net/netdev.h>
#include <nuttx/net/netstats.h>
@@ -242,6 +241,7 @@ static bool check_destipaddr(FAR struct net_driver_s *dev,
* to this input.
*
* Assumptions:
* The network is locked.
*
****************************************************************************/