Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031982AbcJ1RJm (ORCPT ); Fri, 28 Oct 2016 13:09:42 -0400 Received: from mail-wm0-f44.google.com ([74.125.82.44]:37045 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S942278AbcJ1RJj (ORCPT ); Fri, 28 Oct 2016 13:09:39 -0400 From: Ard Biesheuvel To: linux-kernel@vger.kernel.org, mmarek@suse.cz Cc: Ard Biesheuvel Subject: [PATCH] scripts/kallsyms: remove last remnants of --page-offset option Date: Fri, 28 Oct 2016 18:09:05 +0100 Message-Id: <1477674545-18579-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 645 Lines: 22 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 --- 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=] " - "[--page-offset=] " "[--base-relative] < in.map > out.S\n"); exit(1); } -- 2.7.4