aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kallsyms.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-10-28 18:09:05 +0100
committerMichal Marek <mmarek@suse.com>2016-12-11 12:46:15 +0100
commit0f66784ae2eb6ac5bc7540b891786ff062bbf630 (patch)
tree72ebefea64746fc98a5bafab3c8d0b3668533bda /scripts/kallsyms.c
parentmake use of make variable CURDIR instead of calling pwd (diff)
downloadlinux-dev-0f66784ae2eb6ac5bc7540b891786ff062bbf630.tar.xz
linux-dev-0f66784ae2eb6ac5bc7540b891786ff062bbf630.zip
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 '')
-rw-r--r--scripts/kallsyms.c1
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);
}