From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753124Ab0C2T3x (ORCPT ); Mon, 29 Mar 2010 15:29:53 -0400 Received: from cantor2.suse.de ([195.135.220.15]:42667 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751727Ab0C2T3v (ORCPT ); Mon, 29 Mar 2010 15:29:51 -0400 Date: Mon, 29 Mar 2010 21:29:49 +0200 Message-ID: From: Takashi Iwai To: Tejun Heo Cc: sfr@canb.auug.org.au, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/17] sound: update gfp/slab.h includes In-Reply-To: <1269885165-18617-2-git-send-email-tj@kernel.org> References: <1269885165-18617-1-git-send-email-tj@kernel.org> <1269885165-18617-2-git-send-email-tj@kernel.org> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Tue, 30 Mar 2010 02:52:29 +0900, Tejun Heo wrote: > > Implicit slab.h inclusion via percpu.h is about to go away. Make sure > gfp.h or slab.h is included as necessary. > > Signed-off-by: Tejun Heo > Cc: Stephen Rothwell > Cc: Takashi Iwai Thanks, applied now to sound git tree. Takashi > --- > sound/soc/codecs/cq93vc.c | 1 + > sound/soc/davinci/davinci-vcif.c | 1 + > sound/usb/caiaq/input.c | 1 + > sound/usb/urb.c | 1 + > 4 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/sound/soc/codecs/cq93vc.c b/sound/soc/codecs/cq93vc.c > index 5132974..8f19b93 100644 > --- a/sound/soc/codecs/cq93vc.c > +++ b/sound/soc/codecs/cq93vc.c > @@ -27,6 +27,7 @@ > #include > #include > #include > +#include > #include > #include > > diff --git a/sound/soc/davinci/davinci-vcif.c b/sound/soc/davinci/davinci-vcif.c > index 54b91e1..9aa980d 100644 > --- a/sound/soc/davinci/davinci-vcif.c > +++ b/sound/soc/davinci/davinci-vcif.c > @@ -24,6 +24,7 @@ > #include > #include > #include > +#include > #include > #include > > diff --git a/sound/usb/caiaq/input.c b/sound/usb/caiaq/input.c > index 27ed0bc..8bbfbfd 100644 > --- a/sound/usb/caiaq/input.c > +++ b/sound/usb/caiaq/input.c > @@ -16,6 +16,7 @@ > * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA > */ > > +#include > #include > #include > #include > diff --git a/sound/usb/urb.c b/sound/usb/urb.c > index e2b7c47..5570a2b 100644 > --- a/sound/usb/urb.c > +++ b/sound/usb/urb.c > @@ -15,6 +15,7 @@ > * > */ > > +#include > #include > #include > #include > -- > 1.6.4.2 >