The branch main has been updated by markj:

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

commit 843d16436d3388c1b46d37fca4e86885612d0e64
Author:     Mark Johnston <ma...@freebsd.org>
AuthorDate: 2021-04-05 20:23:22 +0000
Commit:     Mark Johnston <ma...@freebsd.org>
CommitDate: 2021-04-05 20:30:00 +0000

    qat: Make prototypes consistent with the implementation
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 sys/dev/qat/qat.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/dev/qat/qat.c b/sys/dev/qat/qat.c
index acfe0c6a1e07..49cb408fd702 100644
--- a/sys/dev/qat/qat.c
+++ b/sys/dev/qat/qat.c
@@ -276,8 +276,8 @@ static const struct qat_sym_hash_def qat_sym_hash_defs[] = {
 static const struct qat_product *qat_lookup(device_t);
 static int     qat_probe(device_t);
 static int     qat_attach(device_t);
-static int     qat_init(struct device *);
-static int     qat_start(struct device *);
+static int     qat_init(device_t);
+static int     qat_start(device_t);
 static int     qat_detach(device_t);
 
 static int     qat_newsession(device_t dev, crypto_session_t cses,
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to