android_kernel_oneplus_msm8998/security/pfe
Stephen Boyd 670225d620 security: pfe: Remove __exit annotation to fix section mismatch
pfk_ext4_deinit() is called from init code and we throw away
__exit marked code when modules are built-in. Remove the __exit
markings here so that we can always call this function even from
__init code. Similarly for pfk_ecryptfs_deinit().

Change-Id: I80a3304d84cdf18772879efe6c4a955d873b89c4
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2017-04-04 16:25:57 -07:00
..
Kconfig security: switched to stackable model for PFT/PFK module 2017-01-09 11:23:03 +02:00
Makefile ext4 crypto: enable HW based encryption with ICE 2016-09-15 00:36:43 -07:00
pfk.c ice: fix issue with losing ICE key configuration during reset 2017-02-08 04:35:20 -08:00
pfk_ecryptfs.c security: pfe: Remove __exit annotation to fix section mismatch 2017-04-04 16:25:57 -07:00
pfk_ecryptfs.h security: pfe: Remove __exit annotation to fix section mismatch 2017-04-04 16:25:57 -07:00
pfk_ext4.c security: pfe: Remove __exit annotation to fix section mismatch 2017-04-04 16:25:57 -07:00
pfk_ext4.h security: pfe: Remove __exit annotation to fix section mismatch 2017-04-04 16:25:57 -07:00
pfk_ice.c security: pfe: Adapt ICE engine setup call for eMMC 2017-03-20 17:01:21 +05:30
pfk_ice.h security: pfe: Adapt ICE engine setup call for eMMC 2017-03-20 17:01:21 +05:30
pfk_internal.h ext4 crypto: enable HW based encryption with ICE 2016-09-15 00:36:43 -07:00
pfk_kc.c security: pfe: Adapt ICE engine setup call for eMMC 2017-03-20 17:01:21 +05:30
pfk_kc.h security: pfe: Adapt ICE engine setup call for eMMC 2017-03-20 17:01:21 +05:30
pft.c security: switched to stackable model for PFT/PFK module 2017-01-09 11:23:03 +02:00