From a1a6f26110b774e894bfc8a152fffff81aa3dc08 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Thu, 11 Jul 2019 07:47:39 +0200 Subject: kernel: move common ethermii to port/ --- sys/src/9/pc/ethervt6102.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/src/9/pc/ethervt6102.c') 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 */ -- cgit v1.2.3