svn commit: r368784 - stable/12/sys/dev/qat

Ryan Libby <[email protected]> Sat, 19 Dec 2020 04:22:26 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs
Message-ID <202012190422.0BJ4MQ69007235__5345.66414296336$1608351754$gmane$org@repo.freebsd.org>
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,
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"