svn commit: r368784 - stable/12/sys/dev/qat
Ryan Libby
rlibby at FreeBSD.org
Sat Dec 19 04:22:27 UTC 2020
Author: rlibby
Date: Sat Dec 19 04:22:26 2020
New Revision: 368784
URL: https://svnweb.freebsd.org/changeset/base/368784
Log:
MFC r368564:
qat: quiet -Wredundant-decls
Reviewed by: markj
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D27554
Modified:
stable/12/sys/dev/qat/qat_ae.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/dev/qat/qat_ae.c
==============================================================================
--- stable/12/sys/dev/qat/qat_ae.c Sat Dec 19 04:21:15 2020 (r368783)
+++ stable/12/sys/dev/qat/qat_ae.c Sat Dec 19 04:22:26 2020 (r368784)
@@ -82,8 +82,6 @@ static int qat_ae_write_4(struct qat_softc *, u_char,
uint32_t);
static int qat_ae_read_4(struct qat_softc *, u_char, bus_size_t,
uint32_t *);
-static int qat_ae_write_4(struct qat_softc *, u_char, bus_size_t,
- uint32_t);
static void qat_ae_ctx_indr_write(struct qat_softc *, u_char, uint32_t,
bus_size_t, uint32_t);
static int qat_ae_ctx_indr_read(struct qat_softc *, u_char, uint32_t,
More information about the svn-src-stable-12
mailing list