From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f70.google.com (mail-wm0-f70.google.com [74.125.82.70]) by kanga.kvack.org (Postfix) with ESMTP id CB43F6B025E for ; Fri, 27 May 2016 03:59:39 -0400 (EDT) Received: by mail-wm0-f70.google.com with SMTP id e3so47554971wme.3 for ; Fri, 27 May 2016 00:59:39 -0700 (PDT) Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com. [2a00:1450:400c:c09::243]) by mx.google.com with ESMTPS id f1si10538840wmi.55.2016.05.27.00.59.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 May 2016 00:59:38 -0700 (PDT) Received: by mail-wm0-x243.google.com with SMTP id e3so12347046wme.2 for ; Fri, 27 May 2016 00:59:38 -0700 (PDT) From: Ebru Akagunduz Subject: [PATCH v2 1/3] mm, thp: remove duplication of included header Date: Fri, 27 May 2016 10:59:22 +0300 Message-Id: <1464335964-6510-2-git-send-email-ebru.akagunduz@gmail.com> In-Reply-To: <1464335964-6510-1-git-send-email-ebru.akagunduz@gmail.com> References: <1464335964-6510-1-git-send-email-ebru.akagunduz@gmail.com> Sender: owner-linux-mm@kvack.org List-ID: To: linux-mm@kvack.org Cc: hughd@google.com, riel@redhat.com, akpm@linux-foundation.org, kirill.shutemov@linux.intel.com, n-horiguchi@ah.jp.nec.com, aarcange@redhat.com, iamjoonsoo.kim@lge.com, gorcunov@openvz.org, linux-kernel@vger.kernel.org, mgorman@suse.de, rientjes@google.com, vbabka@suse.cz, aneesh.kumar@linux.vnet.ibm.com, hannes@cmpxchg.org, mhocko@suse.cz, boaz@plexistor.com, Ebru Akagunduz swapops.h included for a second time in the commit: http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?id=639040960a340f6f987065fc52e149f4ea25ce25 This patch removes the duplication. Signed-off-by: Ebru Akagunduz --- Changes in v2: - Nothing changed mm/huge_memory.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/huge_memory.c b/mm/huge_memory.c index 152a3d2..5e71d7a 100644 --- a/mm/huge_memory.c +++ b/mm/huge_memory.c @@ -30,7 +30,6 @@ #include #include #include -#include #include #include -- 1.9.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org