summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev_register.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-24 09:28:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-24 09:28:44 -0600
commit47b78f32cc766651d93c79d1edbf61876d419bad (patch)
tree168524f91cc1c1ff2fe0d90c0556704cc0546fdf /nuttx/net/netdev_register.c
parentcd733d2a25bf118d00cac4572e09b99b9ac58d30 (diff)
downloadnuttx-47b78f32cc766651d93c79d1edbf61876d419bad.tar.gz
nuttx-47b78f32cc766651d93c79d1edbf61876d419bad.tar.bz2
nuttx-47b78f32cc766651d93c79d1edbf61876d419bad.zip
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.h
Diffstat (limited to 'nuttx/net/netdev_register.c')
-rw-r--r--nuttx/net/netdev_register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/netdev_register.c b/nuttx/net/netdev_register.c
index 31cf884e4..e34f79232 100644
--- a/nuttx/net/netdev_register.c
+++ b/nuttx/net/netdev_register.c
@@ -50,7 +50,7 @@
#include <net/if.h>
#include <net/ethernet.h>
-#include <nuttx/net/uip/uip-arch.h>
+#include <nuttx/net/netdev.h>
#include "net_internal.h"