From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel@iogearbox.net (Daniel Borkmann) Date: Thu, 02 Mar 2017 21:26:17 +0100 Subject: [PATCHv2 10/14] bpf: Use set_memory.h header In-Reply-To: <1488413706-9739-11-git-send-email-labbott@redhat.com> References: <1488413706-9739-1-git-send-email-labbott@redhat.com> <1488413706-9739-11-git-send-email-labbott@redhat.com> Message-ID: <58B87FE9.3090206@iogearbox.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 03/02/2017 01:15 AM, Laura Abbott wrote: > set_memory_* functions have moved to set_memory.h. Switch to this > explicitly. > > Signed-off-by: Laura Abbott Acked-by: Daniel Borkmann