summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/ethervt6102.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-07-11 07:47:39 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2019-07-11 07:47:39 +0200
commita1a6f26110b774e894bfc8a152fffff81aa3dc08 (patch)
treef6aab259a14ab0ec2bf1b2ee951934b8a09014bb /sys/src/9/pc/ethervt6102.c
parent7111de631c6a76eeedfe0f41df7b9705582de1a5 (diff)
kernel: move common ethermii to port/
Diffstat (limited to 'sys/src/9/pc/ethervt6102.c')
-rw-r--r--sys/src/9/pc/ethervt6102.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/9/pc/ethervt6102.c b/sys/src/9/pc/ethervt6102.c
index 0728e9d1d..b76d3be8b 100644
--- a/sys/src/9/pc/ethervt6102.c
+++ b/sys/src/9/pc/ethervt6102.c
@@ -18,8 +18,7 @@
#include "../port/error.h"
#include "../port/netif.h"
#include "../port/etherif.h"
-
-#include "ethermii.h"
+#include "../port/ethermii.h"
enum {
Par0 = 0x00, /* Ethernet Address */