diff options
author | Ryan Libby <rlibby@FreeBSD.org> | 2020-12-11 22:51:53 +0000 |
---|---|---|
committer | Ryan Libby <rlibby@FreeBSD.org> | 2020-12-11 22:51:53 +0000 |
commit | 324f89d9c881054700b6c48c5172e3c6361ec73d (patch) | |
tree | 77ac8bd15de9cb2c97697042eb76ed22642e1ee9 | |
parent | da1c42cefe475f4116e0bb4404c86896f4c78be5 (diff) | |
download | src-test2-324f89d9c881054700b6c48c5172e3c6361ec73d.tar.gz src-test2-324f89d9c881054700b6c48c5172e3c6361ec73d.zip |
Notes
-rw-r--r-- | sys/dev/qat/qat_ae.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/qat/qat_ae.c b/sys/dev/qat/qat_ae.c index 7da061ef84a6..9d0a93955195 100644 --- a/sys/dev/qat/qat_ae.c +++ b/sys/dev/qat/qat_ae.c @@ -82,8 +82,6 @@ static int qat_ae_write_4(struct qat_softc *, u_char, bus_size_t, 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, |