[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1477674545-18579-1-git-send-email-ard.biesheuvel@linaro.org>
Date: Fri, 28 Oct 2016 18:09:05 +0100
From: Ard Biesheuvel <ard.biesheuvel@...aro.org>
To: linux-kernel@...r.kernel.org, mmarek@...e.cz
Cc: Ard Biesheuvel <ard.biesheuvel@...aro.org>
Subject: [PATCH] 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@...aro.org>
---
scripts/kallsyms.c | 1 -
1 file changed, 1 deletion(-)
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);
}
--
2.7.4
Powered by blists - more mailing lists