lkml.org 
[lkml]   [2010]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 01/17] sound: update gfp/slab.h includes
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 <tj@kernel.org>
> Cc: Stephen Rothwell <sfr@canb.auug.org.au>
> Cc: Takashi Iwai <tiwai@suse.de>

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 <linux/pm.h>
> #include <linux/platform_device.h>
> #include <linux/device.h>
> +#include <linux/slab.h>
> #include <linux/clk.h>
> #include <linux/mfd/davinci_voicecodec.h>
>
> 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 <linux/module.h>
> #include <linux/device.h>
> #include <linux/delay.h>
> +#include <linux/slab.h>
> #include <linux/io.h>
> #include <linux/mfd/davinci_voicecodec.h>
>
> 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 <linux/gfp.h>
> #include <linux/init.h>
> #include <linux/usb.h>
> #include <linux/usb/input.h>
> 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 <linux/gfp.h>
> #include <linux/init.h>
> #include <linux/usb.h>
> #include <linux/usb/audio.h>
> --
> 1.6.4.2
>


\
 
 \ /
  Last update: 2010-03-29 21:33    [W:0.450 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site