Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933099AbXLNMSw (ORCPT ); Fri, 14 Dec 2007 07:18:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764650AbXLNMSk (ORCPT ); Fri, 14 Dec 2007 07:18:40 -0500 Received: from cantor2.suse.de ([195.135.220.15]:49641 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756451AbXLNMSj (ORCPT ); Fri, 14 Dec 2007 07:18:39 -0500 Date: Fri, 14 Dec 2007 12:02:46 +0100 Message-ID: From: Takashi Iwai To: Marcin =?ISO-8859-2?Q?=A6lusarz?= Cc: perex@perex.cz, linux-kernel@vger.kernel.org Subject: Re: [PATCH] sound/core.h: include sound/driver.h In-Reply-To: <20071208205040.GG5087@joi> References: <20071208205040.GG5087@joi> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta28) (fuki) (+CVS-20070806) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1456 Lines: 47 At Sat, 8 Dec 2007 21:50:45 +0100, Marcin ?lusarz wrote: > > sound/core.h: include sound/driver.h > > include sound/driver.h in sound/core.h because core.h > uses SNDRV_CARDS (which is defined in sound/driver.h) > > Signed-off-by: Marcin ?lusarz Right now I have another (bigger) change for this include path, so this patch won't be needed any more. I applied the patches to sound/* except for this one and sound/memory.c. Thanks! Takashi > --- > include/sound/core.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/sound/core.h b/include/sound/core.h > index 6954836..3b0903a 100644 > --- a/include/sound/core.h > +++ b/include/sound/core.h > @@ -27,6 +27,7 @@ > #include /* struct rw_semaphore */ > #include /* pm_message_t */ > #include > +#include > > /* forward declarations */ > #ifdef CONFIG_PCI > -- > 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/ > -- 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/