Explorar o código

scripts/kallsyms: remove last remnants of --page-offset option

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>
Ard Biesheuvel %!s(int64=9) %!d(string=hai) anos
pai
achega
0f66784ae2
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      scripts/kallsyms.c

+ 0 - 1
scripts/kallsyms.c

@@ -76,7 +76,6 @@ static void usage(void)
 {
 {
 	fprintf(stderr, "Usage: kallsyms [--all-symbols] "
 	fprintf(stderr, "Usage: kallsyms [--all-symbols] "
 			"[--symbol-prefix=<prefix char>] "
 			"[--symbol-prefix=<prefix char>] "
-			"[--page-offset=<CONFIG_PAGE_OFFSET>] "
 			"[--base-relative] < in.map > out.S\n");
 			"[--base-relative] < in.map > out.S\n");
 	exit(1);
 	exit(1);
 }
 }