From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935097AbYEVBUo (ORCPT ); Wed, 21 May 2008 21:20:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762362AbYEVBUf (ORCPT ); Wed, 21 May 2008 21:20:35 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:49332 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760000AbYEVBUf (ORCPT ); Wed, 21 May 2008 21:20:35 -0400 Date: Wed, 21 May 2008 18:20:27 -0700 (PDT) From: Linus Torvalds To: Al Viro cc: Paul Mackerras , Takashi Iwai , linux-kernel@vger.kernel.org Subject: Re: Moving include/asm-* [was: Re: Moving sound/* to drivers/ ?] In-Reply-To: <20080522005657.GU28946@ZenIV.linux.org.uk> Message-ID: References: <18484.44691.477859.334222@cargo.ozlabs.ibm.com> <20080522005657.GU28946@ZenIV.linux.org.uk> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 22 May 2008, Al Viro wrote: > > Eh? git mv include/asm-$i arch/$i/include/asm, then? Yeah, sorry, I dropped an "include/" there. > Nice, but... how do you pull what's currently asm-generic/foo.h from what's > currently asm-bar/foo.h? #include_next is _ugly_... I was actually going to suggest #include_next, yes. But if people hate it, we can certainly just keep the current approach. Linus