git: 79ca709a2033 - stable/12 - ixl(4): Remove unused function declaration
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Oct 2022 23:23:40 UTC
The branch stable/12 has been updated by erj: URL: https://cgit.FreeBSD.org/src/commit/?id=79ca709a20333eee6e667312fa0c56e55f6cd219 commit 79ca709a20333eee6e667312fa0c56e55f6cd219 Author: Eric Joyner <erj@FreeBSD.org> AuthorDate: 2022-01-12 23:37:42 +0000 Commit: Eric Joyner <erj@FreeBSD.org> CommitDate: 2022-10-19 21:57:52 +0000 ixl(4): Remove unused function declaration Signed-off-by: Eric Joyner <erj@FreeBSD.org> Sponsored by: Intel Corporation (cherry picked from commit 0e8181c01237141ed94d2efbb5b7efae39e6232e) --- 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 *);