Date: Tue, 8 Mar 2022 00:21:36 GMT From: Eric Joyner <erj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: f34bf8f8a124 - stable/13 - ixl(4): Remove unused function declaration Message-ID: <202203080021.2280Laj2072665@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 *);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203080021.2280Laj2072665>