Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a2dd7d6 authored by synt4x93's avatar synt4x93
Browse files

crypto: fix section mismatch warning

Change-Id: Ia6e5803322a0ecec315e2fb03da5eab54aafd192
parent 5975b8f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ int do_integrity_check(void);
int testmgr_crypto_proc_init(void);
const char *get_builtime_crypto_hmac(void);
#else
void __init crypto_init_proc(void);
void crypto_init_proc(void);
#endif
void __exit crypto_exit_proc(void);
#else
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ void crypto_init_proc(int *fips_error)
	crypto_proc_fips_init();
}
#else
void __init crypto_init_proc(void)
void crypto_init_proc(void)
{
	proc_create("crypto", 0444, NULL, &proc_crypto_ops);
	crypto_proc_fips_init();