From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Laura Abbott Subject: [PATCHv2 10/14] bpf: Use set_memory.h header Date: Wed, 1 Mar 2017 16:15:02 -0800 Message-ID: <1488413706-9739-11-git-send-email-labbott@redhat.com> In-Reply-To: <1488413706-9739-1-git-send-email-labbott@redhat.com> References: <1488413706-9739-1-git-send-email-labbott@redhat.com> Sender: linux-arch-owner@vger.kernel.org Message-ID: <20170302001502.lFEyBiz2lTQSRSIj1upDBqxDnqjD5XUUIzWb2GPE60E@z> List-Archive: List-Post: To: "David S. Miller" , Daniel Borkmann Cc: Laura Abbott , Russell King , Catalin Marinas , Will Deacon , Martin Schwidefsky , Heiko Carstens , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Kees Cook , Mark Rutland , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, linux-arch@vger.kernel.org, David Airlie , Alexander Shishkin , Wim Van Sebroeck , Guenter Roeck , linux-watchdog@vger.kernel.org, Jessica Yu , Takashi Iwai , Andrew Morton List-ID: set_memory_* functions have moved to set_memory.h. Switch to this explicitly. Signed-off-by: Laura Abbott --- include/linux/filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/filter.h b/include/linux/filter.h index 0c167fd..c2b403f 100644 --- a/include/linux/filter.h +++ b/include/linux/filter.h @@ -18,7 +18,7 @@ #include -#include +#include #include #include -- 2.7.4