ixl(4): Remove unused function declaration

Signed-off-by: Eric Joyner <erj@FreeBSD.org>

Sponsored by:	Intel Corporation
This commit is contained in:
Eric Joyner 2022-01-12 15:37:42 -08:00
parent 0910a41ef3
commit 0e8181c012
No known key found for this signature in database
GPG key ID: 96F0C6FD61E05DE3

View file

@ -290,7 +290,6 @@ void ixl_print_nvm_cmd(device_t, struct i40e_nvm_access *);
void ixl_handle_que(void *context, int pending);
void ixl_init(void *);
void ixl_local_timer(void *);
void ixl_register_vlan(void *, struct ifnet *, u16);
void ixl_unregister_vlan(void *, struct ifnet *, u16);
int ixl_intr(void *);