Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754492AbaJBPe0 (ORCPT ); Thu, 2 Oct 2014 11:34:26 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:34201 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752916AbaJBPeZ (ORCPT ); Thu, 2 Oct 2014 11:34:25 -0400 From: Paul McQuade To: paulmcquad@gmail.com Cc: akpm@linux-foundation.org, hughd@google.com, gorcunov@openvz.org, kirill.shutemov@linux.intel.com, riel@redhat.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [PATCH] mm: fremap use linux header Date: Thu, 2 Oct 2014 16:34:17 +0100 Message-Id: <1412264057-3146-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 Use #include instead of Signed-off-by: Paul McQuade --- mm/fremap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/fremap.c b/mm/fremap.c index 72b8fa3..d614f1c 100644 --- a/mm/fremap.c +++ b/mm/fremap.c @@ -1,6 +1,6 @@ /* * linux/mm/fremap.c - * + * * Explicit pagetable population and nonlinear (random) mappings support. * * started by Ingo Molnar, Copyright (C) 2002, 2003 @@ -16,8 +16,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/