From: Ard Biesheuvel Date: Fri, 28 Oct 2016 17:09:05 +0000 (+0100) Subject: scripts/kallsyms: remove last remnants of --page-offset option X-Git-Tag: v4.10-rc1~64^2~2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0f66784ae2eb6ac5bc7540b891786ff062bbf630;p=linux.git 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 Signed-off-by: Michal Marek --- diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c index 1f22a186c18c..299b92ca1ae0 100644 --- a/scripts/kallsyms.c +++ b/scripts/kallsyms.c @@ -76,7 +76,6 @@ static void usage(void) { fprintf(stderr, "Usage: kallsyms [--all-symbols] " "[--symbol-prefix=] " - "[--page-offset=] " "[--base-relative] < in.map > out.S\n"); exit(1); }