diff options
Diffstat (limited to 'arch/arm/include/asm/module.h')
-rw-r--r-- | arch/arm/include/asm/module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/module.h b/arch/arm/include/asm/module.h index 6dcff0f7f8d7..cbb0bc295d2b 100644 --- a/arch/arm/include/asm/module.h +++ b/arch/arm/include/asm/module.h | |||
@@ -17,6 +17,8 @@ enum { | |||
17 | ARM_SEC_INIT, | 17 | ARM_SEC_INIT, |
18 | ARM_SEC_DEVINIT, | 18 | ARM_SEC_DEVINIT, |
19 | ARM_SEC_CORE, | 19 | ARM_SEC_CORE, |
20 | ARM_SEC_EXIT, | ||
21 | ARM_SEC_DEVEXIT, | ||
20 | ARM_SEC_MAX, | 22 | ARM_SEC_MAX, |
21 | }; | 23 | }; |
22 | struct mod_arch_specific { | 24 | struct mod_arch_specific { |