aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Libby <rlibby@FreeBSD.org>2021-01-05 20:51:40 +0000
committerRyan Libby <rlibby@FreeBSD.org>2021-01-05 20:51:40 +0000
commitf1007ba88d47d5e4911c7cede74d0b8c44fe8248 (patch)
tree03edc27220cf103bad50e25f36222041a4804a23
parentdf592782db906594c7f7ee0bdb9ed502401cd532 (diff)
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
-rw-r--r--sys/dev/ixl/ixl_pf_main.c2
1 files changed, 0 insertions, 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 *);