summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/i82586.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-06 11:08:16 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-07 13:02:08 +0200
commit787f51f5b34083c246310bd80eaa93e5c539de76 (patch)
treeadcf1b01e6d79f03eac9fdcf76bda6339ddd05b1 /c/src/libchip/network/i82586.c
parentMove RTEMS-specific Termios API content (diff)
downloadrtems-787f51f5b34083c246310bd80eaa93e5c539de76.tar.bz2
Do not include <sys/ioctl.h> in kernel-space
Update #2833.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/network/i82586.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/libchip/network/i82586.c b/c/src/libchip/network/i82586.c
index c06ed5f263..8cb8140d18 100644
--- a/c/src/libchip/network/i82586.c
+++ b/c/src/libchip/network/i82586.c
@@ -161,7 +161,6 @@ Mode of operation:
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/sockio.h>
-#include <sys/ioctl.h>
#include <net/ethernet.h>
#include <net/if.h>