Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S939251AbXHIM1x (ORCPT ); Thu, 9 Aug 2007 08:27:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760467AbXHIM1q (ORCPT ); Thu, 9 Aug 2007 08:27:46 -0400 Received: from netops-testserver-4-out.sgi.com ([192.48.171.29]:48399 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756452AbXHIM1o (ORCPT ); Thu, 9 Aug 2007 08:27:44 -0400 Message-ID: <46BB080F.4040905@sgi.com> Date: Thu, 09 Aug 2007 14:26:55 +0200 From: Jes Sorensen User-Agent: Thunderbird 2.0.0.0 (X11/20070719) MIME-Version: 1.0 To: Stephen Rothwell Cc: Steven Rostedt , Rusty Russell , lguest , lkml - Kernel Mailing List , Andrew Morton , virtualization , Glauber de Oliveira Costa , Carsten Otte Subject: Re: [PATCH 4/7] Moved the io struct up to the generic lg.h References: <20070809003211.373543702@goodmis.org> <20070809003343.664528532@goodmis.org> <20070809115156.ef5fdc6c.sfr@canb.auug.org.au> In-Reply-To: <20070809115156.ef5fdc6c.sfr@canb.auug.org.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 981 Lines: 28 Stephen Rothwell wrote: > On Wed, 08 Aug 2007 20:32:15 -0400 Steven Rostedt > wrote: >> diff --git a/drivers/lguest/i386/lg.h b/drivers/lguest/i386/lg.h >> index 64f0abe..c5ea14c 100644 >> --- a/drivers/lguest/i386/lg.h >> +++ b/drivers/lguest/i386/lg.h >> @@ -20,6 +20,8 @@ >> #include >> #include >> #include "irq_vectors.h" >> +/* some files include this, some include the parent */ >> +#include "../lg.h" > > Surely everything should just include the parent which allows for easier > consolidation over time. (as you are doing here) Whats wrong with introducing an include/asm-/lg.h and have the parent do #include ? Seems much cleaner to me. Cheers, Jes - 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/