linux-stable/drivers/crypto/ccree
Uwe Kleine-König d9dbd4ca26 crypto: ccree - Make cc_debugfs_global_fini() available for module init function
[ Upstream commit 8e96729fc2 ]

ccree_init() calls cc_debugfs_global_fini(), the former is an init
function and the latter an exit function though.

A modular build emits:

	WARNING: modpost: drivers/crypto/ccree/ccree.o: section mismatch in reference: init_module (section: .init.text) -> cc_debugfs_global_fini (section: .exit.text)

(with CONFIG_DEBUG_SECTION_MISMATCH=y).

Fixes: 4f1c596df7 ("crypto: ccree - Remove debugfs when platform_driver_register failed")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-12-31 13:32:33 +01:00
..
cc_aead.c mm, treewide: rename kzfree() to kfree_sensitive() 2020-08-07 11:33:22 -07:00
cc_aead.h crypto: ccree - refactor AEAD IV in AAD handling 2020-03-12 23:00:16 +11:00
cc_buffer_mgr.c crypto: ccree - Fix dma_map_sg error check 2022-08-26 18:50:40 +08:00
cc_buffer_mgr.h
cc_cipher.c crypto: ccree - Fix use after free in cc_cipher_exit() 2022-03-09 15:12:31 +12:00
cc_cipher.h
cc_crypto_ctx.h crypto: ccree - remove bitlocker cipher 2020-08-21 14:45:28 +10:00
cc_debugfs.c crypto: ccree - Make cc_debugfs_global_fini() available for module init function 2022-12-31 13:32:33 +01:00
cc_debugfs.h
cc_driver.c crypto: ccree - Remove debugfs when platform_driver_register failed 2022-12-31 13:32:32 +01:00
cc_driver.h crypto: ccree - remove unused including <linux/version.h> 2021-01-03 08:41:35 +11:00
cc_fips.c
cc_fips.h
cc_hash.c mm, treewide: rename kzfree() to kfree_sensitive() 2020-08-07 11:33:22 -07:00
cc_hash.h
cc_host_regs.h
cc_hw_queue_defs.h
cc_kernel_regs.h
cc_lli_defs.h
cc_pm.c crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume() 2022-07-15 16:43:20 +08:00
cc_pm.h
cc_request_mgr.c crypto: ccree - remove redundant 'flush_workqueue()' calls 2021-11-20 15:06:38 +11:00
cc_request_mgr.h
cc_sram_mgr.c
cc_sram_mgr.h
Makefile