summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_common/adf_gen2_dc.h
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2023-03-28 10:39:51 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2023-04-06 16:41:28 +0800
commita4b16dad46576ce08ecb660fc923d0857dcae107 (patch)
treec3f62f4cdbc8299f9a04f8c02778217a1526db8c /drivers/crypto/qat/qat_common/adf_gen2_dc.h
parent1bc7fdbf2677cc1866c025e5a393811ea8e25486 (diff)
downloadlinux-stable-a4b16dad46576ce08ecb660fc923d0857dcae107.tar.gz
linux-stable-a4b16dad46576ce08ecb660fc923d0857dcae107.tar.bz2
linux-stable-a4b16dad46576ce08ecb660fc923d0857dcae107.zip
crypto: qat - Move driver to drivers/crypto/intel/qat
With the growing number of Intel crypto drivers, it makes sense to group them all into a single drivers/crypto/intel/ directory. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/qat/qat_common/adf_gen2_dc.h')
-rw-r--r--drivers/crypto/qat/qat_common/adf_gen2_dc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/crypto/qat/qat_common/adf_gen2_dc.h b/drivers/crypto/qat/qat_common/adf_gen2_dc.h
deleted file mode 100644
index 6eae023354d7..000000000000
--- a/drivers/crypto/qat/qat_common/adf_gen2_dc.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/* Copyright(c) 2022 Intel Corporation */
-#ifndef ADF_GEN2_DC_H
-#define ADF_GEN2_DC_H
-
-#include "adf_accel_devices.h"
-
-void adf_gen2_init_dc_ops(struct adf_dc_ops *dc_ops);
-
-#endif /* ADF_GEN2_DC_H */