Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S945488AbcJSPkS (ORCPT ); Wed, 19 Oct 2016 11:40:18 -0400 Received: from terminus.zytor.com ([198.137.202.10]:47818 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S945288AbcJSPkP (ORCPT ); Wed, 19 Oct 2016 11:40:15 -0400 Date: Wed, 19 Oct 2016 08:39:47 -0700 From: tip-bot for Wei Yongjun Message-ID: Cc: tglx@linutronix.de, dave.hansen@linux.intel.com, mgorman@techsingularity.net, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, kirill.shutemov@linux.intel.com, mingo@kernel.org, weiyongjun1@huawei.com, hpa@zytor.com Reply-To: kirill.shutemov@linux.intel.com, mingo@kernel.org, hpa@zytor.com, weiyongjun1@huawei.com, tglx@linutronix.de, dave.hansen@linux.intel.com, mgorman@techsingularity.net, akpm@linux-foundation.org, linux-kernel@vger.kernel.org In-Reply-To: <1476719259-6214-1-git-send-email-weiyj.lk@gmail.com> References: <1476719259-6214-1-git-send-email-weiyj.lk@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:mm/urgent] mm/numa: Remove duplicated include from mprotect.c Git-Commit-ID: 137baabe351e0554d06c6d5c84059fe343e2791e X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1154 Lines: 34 Commit-ID: 137baabe351e0554d06c6d5c84059fe343e2791e Gitweb: http://git.kernel.org/tip/137baabe351e0554d06c6d5c84059fe343e2791e Author: Wei Yongjun AuthorDate: Mon, 17 Oct 2016 15:47:39 +0000 Committer: Thomas Gleixner CommitDate: Wed, 19 Oct 2016 17:28:48 +0200 mm/numa: Remove duplicated include from mprotect.c Signed-off-by: Wei Yongjun Cc: Dave Hansen Cc: linux-mm@kvack.org Cc: Andrew Morton Cc: Mel Gorman Cc: "Kirill A. Shutemov" Link: http://lkml.kernel.org/r/1476719259-6214-1-git-send-email-weiyj.lk@gmail.com Signed-off-by: Thomas Gleixner --- mm/mprotect.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/mprotect.c b/mm/mprotect.c index bcdbe62..1193652 100644 --- a/mm/mprotect.c +++ b/mm/mprotect.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include