]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
ixl(4): Remove unused function declaration
authorEric Joyner <erj@FreeBSD.org>
Wed, 12 Jan 2022 23:37:42 +0000 (15:37 -0800)
committerEric Joyner <erj@FreeBSD.org>
Tue, 8 Mar 2022 00:00:41 +0000 (16:00 -0800)
Signed-off-by: Eric Joyner <erj@FreeBSD.org>
Sponsored by: Intel Corporation

(cherry picked from commit 0e8181c01237141ed94d2efbb5b7efae39e6232e)

sys/dev/ixl/ixl_pf.h

index 83c764bc617cc2b902e223ac523565c7719f800f..888949245133b7734844b21095f8504bf89d3e0a 100644 (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 *);