Re: [PATCH] kallsyms: make arch_get_kallsym static
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-02-25 16:58:54
Also in:
bpf, lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-02-25 16:58:54
Also in:
bpf, lkml
On Thu, Feb 25, 2021 at 03:08:37PM +0800, Jiapeng Chong wrote:
Fix the following sparse warning: kernel/kallsyms.c:457:12: warning: symbol 'arch_get_kallsym' was not declared. Should it be static? Reported-by: Abaci Robot <redacted> Signed-off-by: Jiapeng Chong <redacted>
Please just remove the function entirely.