diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-10-28 18:09:05 +0100 |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2016-12-11 12:46:15 +0100 |
commit | 0f66784ae2eb6ac5bc7540b891786ff062bbf630 (patch) | |
tree | 72ebefea64746fc98a5bafab3c8d0b3668533bda /scripts | |
parent | e19b7cee020441dd690613d223aed7abb0bcda81 (diff) | |
download | linux-0f66784ae2eb6ac5bc7540b891786ff062bbf630.tar.bz2 |
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kallsyms.c | 1 |
1 files changed, 0 insertions, 1 deletions
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=<prefix char>] " - "[--page-offset=<CONFIG_PAGE_OFFSET>] " "[--base-relative] < in.map > out.S\n"); exit(1); } |