aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2024-11-08 19:42:19 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2024-11-13 19:31:20 +0000
commitf6efccaa35fe07f5659dd5d84769f56453f12169 (patch)
treea6b1b9e07c0fc1c13599982de257d99c2348f226
parent57609cb2de149a3c99c43e98d37cfa4784958f73 (diff)
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
-rw-r--r--sys/net/if_var.h1
1 files changed, 0 insertions, 1 deletions
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_ */