From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761444AbXGWG3z (ORCPT ); Mon, 23 Jul 2007 02:29:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756640AbXGWG3s (ORCPT ); Mon, 23 Jul 2007 02:29:48 -0400 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:43339 "EHLO fgwmail5.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755700AbXGWG3r (ORCPT ); Mon, 23 Jul 2007 02:29:47 -0400 Date: Mon, 23 Jul 2007 15:28:56 +0900 From: Yasunori Goto To: Jesper Juhl Subject: Re: [PATCH][22/37] Clean up duplicate includes in include/linux/memory_hotplug.h Cc: Linux Kernel Mailing List , Andrew Morton , Andi Kleen , KAMEZAWA Hiroyuki , Dave Hansen In-Reply-To: <200707211703.27367.jesper.juhl@gmail.com> References: <200707211703.27367.jesper.juhl@gmail.com> X-Mailer-Plugin: BkASPil for Becky!2 Ver.2.068 Message-Id: <20070723151013.35E6.Y-GOTO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.27 [ja] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Oops. This should be.... Thanks! Acked-by: Yasunori Goto > Hi, > > This patch cleans up duplicate includes in > include/linux/memory_hotplug.h > > > Signed-off-by: Jesper Juhl > --- > > diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h > index 7b54666..b573d1e 100644 > --- a/include/linux/memory_hotplug.h > +++ b/include/linux/memory_hotplug.h > @@ -3,7 +3,6 @@ > > #include > #include > -#include > #include > > struct page; -- Yasunori Goto