Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753074AbdCBRJk (ORCPT ); Thu, 2 Mar 2017 12:09:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54588 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751804AbdCBRJg (ORCPT ); Thu, 2 Mar 2017 12:09:36 -0500 Date: Thu, 2 Mar 2017 12:09:12 -0500 From: Jessica Yu To: Laura Abbott Cc: 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, "David S. Miller" , Daniel Borkmann , Takashi Iwai , Andrew Morton Subject: Re: [PATCHv2 11/14] module: Use set_memory.h header Message-ID: <20170302170912.GA13268@packer-debian-8-amd64.digitalocean.com> References: <1488413706-9739-1-git-send-email-labbott@redhat.com> <1488413706-9739-12-git-send-email-labbott@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1488413706-9739-12-git-send-email-labbott@redhat.com> X-OS: Linux eisen.io 3.16.0-4-amd64 x86_64 User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Thu, 02 Mar 2017 17:09:16 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 662 Lines: 32 +++ Laura Abbott [01/03/17 16:15 -0800]: > >set_memory_* functions have moved to set_memory.h. Switch to this >explicitly. > >Signed-off-by: Laura Abbott Acked-by: Jessica Yu Thanks, Jessica >--- > kernel/module.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/kernel/module.c b/kernel/module.c >index 7eba6de..c0f04b3 100644 >--- a/kernel/module.c >+++ b/kernel/module.c >@@ -49,6 +49,7 @@ > #include > #include > #include >+#include > #include > #include > #include >-- >2.7.4 >