]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/vdso: Provide missing include file
authorValdis Klētnieks <valdis.kletnieks@vt.edu>
Fri, 6 Dec 2019 02:36:07 +0000 (21:36 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Feb 2020 07:38:20 +0000 (08:38 +0100)
commit07a579e07d6d69ff5de51bfb375e58fef1ac7f8b
treedf3c79245ebf9cbde50987e2359c467bc85a74b3
parentdd80257220f636f683f3356bdd79a5a3f210a36e
x86/vdso: Provide missing include file

[ Upstream commit bff47c2302cc249bcd550b17067f8dddbd4b6f77 ]

When building with C=1, sparse issues a warning:

  CHECK   arch/x86/entry/vdso/vdso32-setup.c
  arch/x86/entry/vdso/vdso32-setup.c:28:28: warning: symbol 'vdso32_enabled' was not declared. Should it be static?

Provide the missing header file.

Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/36224.1575599767@turing-police
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/entry/vdso/vdso32-setup.c