git: f34bf8f8a124 - stable/13 - ixl(4): Remove unused function declaration
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Mar 2022 00:21:36 UTC
The branch stable/13 has been updated by erj: URL: https://cgit.FreeBSD.org/src/commit/?id=f34bf8f8a1240aa00177a02844c2e15db8dbdf19 commit f34bf8f8a1240aa00177a02844c2e15db8dbdf19 Author: Eric Joyner <erj@FreeBSD.org> AuthorDate: 2022-01-12 23:37:42 +0000 Commit: Eric Joyner <erj@FreeBSD.org> CommitDate: 2022-03-08 00:00:41 +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 *);