From 2dae1452f67bb52f711505aa751312630e270065 Mon Sep 17 00:00:00 2001 Message-Id: <2dae1452f67bb52f711505aa751312630e270065.1601675153.git.zanussi@kernel.org> In-Reply-To: <5b5a156f9808b1acf1205606e03da117214549ea.1601675151.git.zanussi@kernel.org> References: <5b5a156f9808b1acf1205606e03da117214549ea.1601675151.git.zanussi@kernel.org> From: Sebastian Andrzej Siewior Date: Tue, 4 Feb 2020 13:29:50 +0100 Subject: [PATCH 319/333] locallock: Include header for the `current' macro Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.148-rt64.tar.xz [ Upstream commit e693075a5fd852043fa8d2b0467e078d9e5cb782 ] Include the header for `current' macro so that CONFIG_KERNEL_HEADER_TEST=y passes. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Steven Rostedt (VMware) --- include/linux/locallock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/locallock.h b/include/linux/locallock.h index 921eab83cd34..81c89d87723b 100644 --- a/include/linux/locallock.h +++ b/include/linux/locallock.h @@ -3,6 +3,7 @@ #include #include +#include #ifdef CONFIG_PREEMPT_RT_BASE -- 2.17.1