Skip to content

Commit

Permalink
init: main: remove unneeded init macro from initcall_sec_debug
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Pascua <sgpascua@ngcp.ph>
  • Loading branch information
sgpascua authored and maosith committed Apr 15, 2024
1 parent 6ec0b9e commit e9c418a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ static bool __init_or_module initcall_blacklisted(initcall_t fn)
__setup("initcall_blacklist=", initcall_blacklist);

#ifdef CONFIG_SEC_BOOTSTAT
static bool __init_or_module initcall_sec_debug = true;
static bool initcall_sec_debug = true;

static int __init_or_module do_one_initcall_sec_debug(initcall_t fn)
{
Expand Down

0 comments on commit e9c418a

Please sign in to comment.