The branch main has been updated by zlei:

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

commit ec7950fe42344900567cb72c83845ea4dc5a7114
Author:     Zhenlei Huang <[email protected]>
AuthorDate: 2026-02-06 17:52:54 +0000
Commit:     Zhenlei Huang <[email protected]>
CommitDate: 2026-02-06 17:54:58 +0000

    qlnxev: Remove now unneeded include for opt_inet.h
    
    Since the change [1], this is not required anymore.
    
    This change partially reverts commit 8a847947153e.
    
    [1] 4012b63889e4 qlnxe: Let ether_ioctl() handle SIOCSIFADDR ioctl
    
    Reviewed by:    kbowling
    MFC after:      5 days
    Differential Revision:  https://reviews.freebsd.org/D54889
---
 sys/modules/qlnx/qlnxev/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/modules/qlnx/qlnxev/Makefile b/sys/modules/qlnx/qlnxev/Makefile
index 766a5a950032..ed62f1f1dd40 100644
--- a/sys/modules/qlnx/qlnxev/Makefile
+++ b/sys/modules/qlnx/qlnxev/Makefile
@@ -49,7 +49,6 @@ SRCS+=ecore_vf.c
 
 SRCS+=qlnx_ioctl.c
 SRCS+=qlnx_os.c
-SRCS+=opt_inet.h
 
 SRCS+= ${LINUXKPI_GENSRCS}
 

Reply via email to