git: f6efccaa35fe - main - IfAPI: Remove temporary inclusion of if_private.h
Date: Wed, 13 Nov 2024 19:29:38 UTC
The branch main has been updated by jhibbits: URL: https://cgit.FreeBSD.org/src/commit/?id=f6efccaa35fe07f5659dd5d84769f56453f12169 commit f6efccaa35fe07f5659dd5d84769f56453f12169 Author: Justin Hibbits <jhibbits@FreeBSD.org> AuthorDate: 2024-11-08 19:42:19 +0000 Commit: Justin Hibbits <jhibbits@FreeBSD.org> CommitDate: 2024-11-13 19:31:20 +0000 IfAPI: Remove temporary inclusion of if_private.h Summary: The kernel is now fully migrated to the IfAPI, so remove the temporary inclusion of the private structure definition. Reviewed By: #network, melifaro Differential Revision: https://reviews.freebsd.org/D39621 --- sys/net/if_var.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/net/if_var.h b/sys/net/if_var.h index cd074e4a8f4e..a0271cfe2a7c 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -753,7 +753,6 @@ int ether_poll_deregister(if_t ifp); #endif /* _KERNEL */ -#include <net/if_private.h> /* XXX: temporary until drivers converted. */ #include <net/ifq.h> /* XXXAO: temporary unconditional include */ #endif /* !_NET_IF_VAR_H_ */