diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-07-11 07:47:39 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2019-07-11 07:47:39 +0200 |
commit | a1a6f26110b774e894bfc8a152fffff81aa3dc08 (patch) | |
tree | f6aab259a14ab0ec2bf1b2ee951934b8a09014bb /sys/src/9/pc/ethervt6102.c | |
parent | 7111de631c6a76eeedfe0f41df7b9705582de1a5 (diff) |
kernel: move common ethermii to port/
Diffstat (limited to 'sys/src/9/pc/ethervt6102.c')
-rw-r--r-- | sys/src/9/pc/ethervt6102.c | 3 |
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 */ |