Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752419AbaJAPff (ORCPT ); Wed, 1 Oct 2014 11:35:35 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:64494 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751497AbaJAPfc (ORCPT ); Wed, 1 Oct 2014 11:35:32 -0400 From: Paul McQuade To: paulmcquad@gmail.com Cc: akpm@linux-foundation.org, walken@google.com, hughd@google.com, hannes@cmpxchg.org, aarcange@redhat.com, kirill.shutemov@linux.intel.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH] MM: mremap use linux headers Date: Wed, 1 Oct 2014 16:35:25 +0100 Message-Id: <1412177725-2715-1-git-send-email-paulmcquad@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "WARNING: Use #include instead of " Signed-off-by: Paul McQuade --- mm/mremap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/mremap.c b/mm/mremap.c index 05f1180..f970f02 100644 --- a/mm/mremap.c +++ b/mm/mremap.c @@ -21,8 +21,8 @@ #include #include #include +#include -#include #include #include -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/