Skip to content

Commit

Permalink
scripts/kallsyms: remove last remnants of --page-offset option
Browse files Browse the repository at this point in the history
The implementation of the --page-offset kallsyms command line option has
been removed, so remove it from the usage string as well.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Michal Marek <mmarek@suse.com>
  • Loading branch information
Ard Biesheuvel authored and Michal Marek committed Dec 11, 2016
1 parent e19b7ce commit 0f66784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/kallsyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ static void usage(void)
{
fprintf(stderr, "Usage: kallsyms [--all-symbols] "
"[--symbol-prefix=<prefix char>] "
"[--page-offset=<CONFIG_PAGE_OFFSET>] "
"[--base-relative] < in.map > out.S\n");
exit(1);
}
Expand Down

0 comments on commit 0f66784

Please sign in to comment.