From: Masahiro Yamada Date: Mon, 4 Feb 2019 01:53:18 +0000 (+0900) Subject: kallsyms: include instead of X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=500193ec57fddf5e52d64fd7278b37a6afc9f773;p=linux.git kallsyms: include instead of is enough to include the definition of BITS_PER_LONG. Signed-off-by: Masahiro Yamada --- diff --git a/scripts/kallsyms.c b/scripts/kallsyms.c index f1b57492adefa..03ff265fe5226 100644 --- a/scripts/kallsyms.c +++ b/scripts/kallsyms.c @@ -331,7 +331,7 @@ static void write_src(void) unsigned int *markers; char buf[KSYM_NAME_LEN]; - printf("#include \n"); + printf("#include \n"); printf("#if BITS_PER_LONG == 64\n"); printf("#define PTR .quad\n"); printf("#define ALGN .balign 8\n");