From b22da3d8526a935aa31e086e63f60ff3246cb61c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 07:24:11 +0000 Subject: [PATCH] add stmac read mac form eeprom --- kernel/block/partitions/sysv68.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kernel/block/partitions/sysv68.c b/kernel/block/partitions/sysv68.c index 92e8108..6f6257f 100644 --- a/kernel/block/partitions/sysv68.c +++ b/kernel/block/partitions/sysv68.c @@ -6,7 +6,6 @@ */ #include "check.h" -#include "sysv68.h" /* * Volume ID structure: on first 256-bytes sector of disk -- Gitblit v1.6.2