diff options
author | Justin Hibbits <jhibbits@FreeBSD.org> | 2024-11-08 19:42:19 +0000 |
---|---|---|
committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2024-11-13 19:31:20 +0000 |
commit | f6efccaa35fe07f5659dd5d84769f56453f12169 (patch) | |
tree | a6b1b9e07c0fc1c13599982de257d99c2348f226 | |
parent | 57609cb2de149a3c99c43e98d37cfa4784958f73 (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.h | 1 |
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_ */ |