git: 135478abe3bc - stable/14 - ifnet: Don't include ethernet.h twice
Date: Mon, 01 Sep 2025 13:36:43 UTC
The branch stable/14 has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=135478abe3bcac1c5195b7e4d75e9f2d6ab40221 commit 135478abe3bcac1c5195b7e4d75e9f2d6ab40221 Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2025-08-28 04:29:06 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2025-09-01 13:29:42 +0000 ifnet: Don't include ethernet.h twice MFC after: 3 days (cherry picked from commit 393356f25fb8b76e38b10347f0ad40d4a23372ba) --- sys/net/if.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/net/if.c b/sys/net/if.c index 39854489f5f7..07369c4512cf 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -76,7 +76,6 @@ #include <vm/uma.h> #include <net/bpf.h> -#include <net/ethernet.h> #include <net/if.h> #include <net/if_arp.h> #include <net/if_clone.h>