Re: [PATCH 01/17] sound: update gfp/slab.h includes

From: Takashi Iwai
Date: Mon Mar 29 2010 - 15:30:08 EST


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@xxxxxxxxxx>
> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
> Cc: Takashi Iwai <tiwai@xxxxxxx>

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
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/