From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932597AbcE0H7n (ORCPT ); Fri, 27 May 2016 03:59:43 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34883 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932574AbcE0H7k (ORCPT ); Fri, 27 May 2016 03:59:40 -0400 From: Ebru Akagunduz 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 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> X-Mailer: git-send-email 1.9.1 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: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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