The branch main has been updated by erj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0e8181c01237141ed94d2efbb5b7efae39e6232e

commit 0e8181c01237141ed94d2efbb5b7efae39e6232e
Author:     Eric Joyner <e...@freebsd.org>
AuthorDate: 2022-01-12 23:37:42 +0000
Commit:     Eric Joyner <e...@freebsd.org>
CommitDate: 2022-01-12 23:37:42 +0000

    ixl(4): Remove unused function declaration
    
    Signed-off-by: Eric Joyner <e...@freebsd.org>
    
    Sponsored by:   Intel Corporation
---
 sys/dev/ixl/ixl_pf.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/dev/ixl/ixl_pf.h b/sys/dev/ixl/ixl_pf.h
index 83c764bc617c..888949245133 100644
--- a/sys/dev/ixl/ixl_pf.h
+++ b/sys/dev/ixl/ixl_pf.h
@@ -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 *);

Reply via email to