projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e19b7ce
)
scripts/kallsyms: remove last remnants of --page-offset option
author
Ard Biesheuvel
<ard.biesheuvel@linaro.org>
Fri, 28 Oct 2016 17:09:05 +0000
(18:09 +0100)
committer
Michal Marek
<mmarek@suse.com>
Sun, 11 Dec 2016 11:46:15 +0000
(12:46 +0100)
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>
scripts/kallsyms.c
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kallsyms.c
b/scripts/kallsyms.c
index 1f22a186c18cb56a2c19a4b38bf90f41f1b171d8..299b92ca1ae092d82e9a0e3bffaec45988ebcc37 100644
(file)
--- 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);
}