diff options
author | 2021-03-20 19:27:44 +0800 | |
---|---|---|
committer | 2021-03-26 20:15:57 +1100 | |
commit | c4392b46ee95be9815e682a1c8cb0aa2f92f07e2 (patch) | |
tree | 9f4126ff4d1c5b56753eac4f5e70ed6973777a8e /drivers/crypto/hisilicon/sec2/sec.h | |
parent | crypto: hisilicon/qm - set the total number of queues (diff) | |
download | linux-rng-c4392b46ee95be9815e682a1c8cb0aa2f92f07e2.tar.xz linux-rng-c4392b46ee95be9815e682a1c8cb0aa2f92f07e2.zip |
crypto: hisilicon/qm - move 'CURRENT_QM' code to qm.c
Since the code related to 'CURRENT_QM' debugfs is exactly same in
sec/hpre/zip driver, move 'CURRENT_QM' to qm.c to reduce duplicate code.
Signed-off-by: Weili Qian <qianweili@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/hisilicon/sec2/sec.h')
-rw-r--r-- | drivers/crypto/hisilicon/sec2/sec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/hisilicon/sec2/sec.h b/drivers/crypto/hisilicon/sec2/sec.h index f7eba9bd312b..dfdce2f21e65 100644 --- a/drivers/crypto/hisilicon/sec2/sec.h +++ b/drivers/crypto/hisilicon/sec2/sec.h @@ -147,7 +147,6 @@ enum sec_endian { }; enum sec_debug_file_index { - SEC_CURRENT_QM, SEC_CLEAR_ENABLE, SEC_DEBUG_FILE_NUM, }; |