Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 2021 21:55:31 GMT
From:      Ryan Libby <rlibby@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f1007ba88d47 - stable/12 - ixl: quiet -Wunused-function
Message-ID:  <202101052155.105LtVwV029653@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by rlibby:

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

commit f1007ba88d47d5e4911c7cede74d0b8c44fe8248
Author:     Ryan Libby <rlibby@FreeBSD.org>
AuthorDate: 2021-01-05 20:51:40 +0000
Commit:     Ryan Libby <rlibby@FreeBSD.org>
CommitDate: 2021-01-05 20:51:40 +0000

    ixl: quiet -Wunused-function
    
    Direct commit to stable/12.
    
    svn r363876 / git 2bba796c66ede62803ed5da3d83e7efb70c5e9bc MFC'd head
    svn r361992 / git b4a7ce0690aedd9763b3b47ee7fcdb421f0434c7.  These two
    prototypes were brought back, but the definitions were not.  The
    definitions had been introduced earlier for unrelated work, in svn
    r353503 / git ba76aa63573f4aeb8fbea6dc85548660cc6d083b, which has not
    been MFC'd.
    
    Sponsored by:   Dell EMC Isilon
    Differential Revision:  https://reviews.freebsd.org/D27817
---
 sys/dev/ixl/ixl_pf_main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/dev/ixl/ixl_pf_main.c b/sys/dev/ixl/ixl_pf_main.c
index c272e27fb4a2..6990ef80a184 100644
--- a/sys/dev/ixl/ixl_pf_main.c
+++ b/sys/dev/ixl/ixl_pf_main.c
@@ -47,8 +47,6 @@
 static u8	ixl_convert_sysctl_aq_link_speed(u8, bool);
 static void	ixl_sbuf_print_bytes(struct sbuf *, u8 *, int, int, bool);
 static const char * ixl_link_speed_string(enum i40e_aq_link_speed);
-static u_int	ixl_add_maddr(void *, struct sockaddr_dl *, u_int);
-static u_int	ixl_match_maddr(void *, struct sockaddr_dl *, u_int);
 static char *	ixl_switch_element_string(struct sbuf *, u8, u16);
 static enum ixl_fw_mode ixl_get_fw_mode(struct ixl_pf *);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101052155.105LtVwV029653>