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/ethervgbe.c | |
parent | 7111de631c6a76eeedfe0f41df7b9705582de1a5 (diff) |
kernel: move common ethermii to port/
Diffstat (limited to 'sys/src/9/pc/ethervgbe.c')
-rw-r--r-- | sys/src/9/pc/ethervgbe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/9/pc/ethervgbe.c b/sys/src/9/pc/ethervgbe.c index e2fe22d1b..3249549d0 100644 --- a/sys/src/9/pc/ethervgbe.c +++ b/sys/src/9/pc/ethervgbe.c @@ -30,8 +30,7 @@ #include "../port/error.h" #include "../port/netif.h" #include "../port/etherif.h" - -#include "ethermii.h" +#include "../port/ethermii.h" #define DEBUG |