linux_dsm_epyc7002/drivers/crypto/hisilicon
Rikard Falkeborn 2c2207aee5 crypto: hisilicon/hpre - constify struct debugfs_reg32
hpre_cluster_dfx_regs and hpre_com_dfx_regs are never changed and can
therefore be made const.

This allows the compiler to put it in the text section instead of the
data section.

Before:
   text    data     bss     dec     hex filename
  16455    6288     480   23223    5ab7 drivers/crypto/hisilicon/hpre/hpre_main.o

After:
   text    data     bss     dec     hex filename
  16839    5904     480   23223    5ab7 drivers/crypto/hisilicon/hpre/hpre_main.o

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-05-15 16:15:00 +10:00
..
hpre crypto: hisilicon/hpre - constify struct debugfs_reg32 2020-05-15 16:15:00 +10:00
sec crypto: hisilicon - Matching the dma address for dma_pool_free() 2019-09-20 22:53:09 +10:00
sec2 crypto: hisilicon/sec2 - use crypto_shash_tfm_digest() 2020-05-08 15:32:13 +10:00
zip crypto: hisilicon/zip - add controller reset support for zip 2020-04-16 16:49:21 +10:00
Kconfig crypto: hisilicon/qm - add more ACPI dependencies 2020-04-22 23:28:55 +10:00
Makefile crypto: hisilicon - add HiSilicon SEC V2 driver 2019-11-22 18:48:36 +08:00
qm.c crypto: hisilicon/qm - Make qm_controller_reset() static 2020-04-30 15:19:33 +10:00
qm.h crypto: hisilicon/qm - add controller reset interface 2020-04-16 16:49:21 +10:00
sgl.c crypto: hisilicon - Remove useless MODULE macros 2019-12-11 16:34:45 +08:00