Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753180Ab3HVDDB (ORCPT ); Wed, 21 Aug 2013 23:03:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36904 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752703Ab3HVDDA (ORCPT ); Wed, 21 Aug 2013 23:03:00 -0400 Date: Wed, 21 Aug 2013 23:02:42 -0400 From: Naoya Horiguchi To: Wei Yongjun Cc: akpm@linux-foundation.org, mgorman@suse.de, jiang.liu@huawei.com, cody@linux.vnet.ibm.com, minchan@kernel.org, yongjun_wei@trendmicro.com.cn, linux-mm@kvack.org, linux-kernel@vger.kernel.org Message-ID: <1377140562-vx0ifft7-mutt-n-horiguchi@ah.jp.nec.com> In-Reply-To: References: Subject: Re: [PATCH -next] mm/page_alloc.c: remove duplicated include from page_alloc.c Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mutt-References: X-Mutt-Fcc: ~/Maildir/sent/ User-Agent: Mutt 1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 963 Lines: 32 On Thu, Aug 22, 2013 at 10:47:27AM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Remove duplicated include. > > Signed-off-by: Wei Yongjun > --- > mm/page_alloc.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/mm/page_alloc.c b/mm/page_alloc.c > index efb2ffa..4751901 100644 > --- a/mm/page_alloc.c > +++ b/mm/page_alloc.c > @@ -60,7 +60,6 @@ > #include > #include > #include > -#include > > #include > #include > That's my fault. Thank you for fixing. Reviewed-by: Naoya Horiguchi -- 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/