Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2023 17:02:56 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b911f504005d - main - dwc: if_dwc_aw: Include net/if_media.h
Message-ID:  <202310051702.395H2uP2065254@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=b911f504005df67f8c25f9b2f817c16588cd309c

commit b911f504005df67f8c25f9b2f817c16588cd309c
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-10-05 16:59:56 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-10-05 17:00:55 +0000

    dwc: if_dwc_aw: Include net/if_media.h
    
    Needed my miivar.h
    
    Fixes:  6b73554e3e9b ("dwc: Do not re-invent phy mode type")
---
 sys/dev/dwc/if_dwc_aw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/dev/dwc/if_dwc_aw.c b/sys/dev/dwc/if_dwc_aw.c
index 6419c9dedca8..4b2735cd07cf 100644
--- a/sys/dev/dwc/if_dwc_aw.c
+++ b/sys/dev/dwc/if_dwc_aw.c
@@ -33,6 +33,7 @@
 #include <sys/module.h>
 
 #include <net/if.h>
+#include <net/if_media.h>
 
 #include <machine/bus.h>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310051702.395H2uP2065254>