diff options
Diffstat (limited to 'bl31/ehf.c')
-rw-r--r-- | bl31/ehf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bl31/ehf.c b/bl31/ehf.c index 3d6d674bf..fa036cb1c 100644 --- a/bl31/ehf.c +++ b/bl31/ehf.c @@ -451,7 +451,7 @@ static uint64_t ehf_el3_interrupt_handler(uint32_t id, uint32_t flags, /* * Initialize the EL3 exception handling. */ -void ehf_init(void) +void __init ehf_init(void) { unsigned int flags = 0; int ret __unused; |