Skip to content

Commit

Permalink
Revert "x86/boot: Mark prepare_command_line() __init"
Browse files Browse the repository at this point in the history
This reverts commit c0f2077.

Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lore.kernel.org/r/20211213112757.2612-2-bp@alien8.de
  • Loading branch information
Borislav Petkov committed Dec 15, 2021
1 parent 2585cf9 commit 58e138d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ dump_kernel_offset(struct notifier_block *self, unsigned long v, void *p)
return 0;
}

static char * __init prepare_command_line(void)
static char *prepare_command_line(void)
{
#ifdef CONFIG_CMDLINE_BOOL
#ifdef CONFIG_CMDLINE_OVERRIDE
Expand Down

0 comments on commit 58e138d

Please sign in to comment.