All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Tejun Heo <tj@kernel.org>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@suse.de>,
	Mauro Carvalho Chehab <mchehab@infradead.org>
Subject: Re: [PATCH 05/17] staging: update gfp/slab.h includes
Date: Sat, 3 Apr 2010 12:36:29 +1100	[thread overview]
Message-ID: <20100403123629.d1148066.sfr@canb.auug.org.au> (raw)
In-Reply-To: <1269885165-18617-6-git-send-email-tj@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 3390 bytes --]

Hi Tejun,

On Tue, 30 Mar 2010 02:52:33 +0900 Tejun Heo <tj@kernel.org> wrote:
>
>  drivers/staging/comedi/drivers/quatech_daqp_cs.c |    1 +
>  drivers/staging/otus/usbdrv.h                    |    1 +

The changes to those two files are fixes mainline so should go into your
slabh tree.

>  drivers/staging/tm6000/tm6000-alsa.c             |    1 +
>  drivers/staging/tm6000/tm6000-cards.c            |    1 +
>  drivers/staging/tm6000/tm6000-core.c             |    1 +
>  drivers/staging/tm6000/tm6000-dvb.c              |    1 +

These four files are intreoduced in the v4l-dvb tree, so this part should
go to Mauro Carvalho Chehab <mchehab@infradead.org> (cc'd).

>  6 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/staging/comedi/drivers/quatech_daqp_cs.c b/drivers/staging/comedi/drivers/quatech_daqp_cs.c
> index 92d7b72..ab00846 100644
> --- a/drivers/staging/comedi/drivers/quatech_daqp_cs.c
> +++ b/drivers/staging/comedi/drivers/quatech_daqp_cs.c
> @@ -49,6 +49,7 @@ Devices: [Quatech] DAQP-208 (daqp), DAQP-308
>  
>  #include "../comedidev.h"
>  #include <linux/semaphore.h>
> +#include <linux/slab.h>
>  
>  #include <pcmcia/cs_types.h>
>  #include <pcmcia/cs.h>
> diff --git a/drivers/staging/otus/usbdrv.h b/drivers/staging/otus/usbdrv.h
> index 330d1b9..7e66c2d 100644
> --- a/drivers/staging/otus/usbdrv.h
> +++ b/drivers/staging/otus/usbdrv.h
> @@ -38,6 +38,7 @@
>  #include <linux/uaccess.h>
>  #include <linux/wireless.h>
>  #include <linux/if_arp.h>
> +#include <linux/slab.h>
>  #include <linux/io.h>
>  
>  #include "zdcompat.h"
> diff --git a/drivers/staging/tm6000/tm6000-alsa.c b/drivers/staging/tm6000/tm6000-alsa.c
> index bc89f9d..3404516 100644
> --- a/drivers/staging/tm6000/tm6000-alsa.c
> +++ b/drivers/staging/tm6000/tm6000-alsa.c
> @@ -15,6 +15,7 @@
>  #include <linux/device.h>
>  #include <linux/interrupt.h>
>  #include <linux/usb.h>
> +#include <linux/slab.h>
>  
>  #include <asm/delay.h>
>  #include <sound/core.h>
> diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c
> index 2053008..2935533 100644
> --- a/drivers/staging/tm6000/tm6000-cards.c
> +++ b/drivers/staging/tm6000/tm6000-cards.c
> @@ -24,6 +24,7 @@
>  #include <linux/i2c.h>
>  #include <linux/usb.h>
>  #include <linux/version.h>
> +#include <linux/slab.h>
>  #include <media/v4l2-common.h>
>  #include <media/tuner.h>
>  #include <media/tvaudio.h>
> diff --git a/drivers/staging/tm6000/tm6000-core.c b/drivers/staging/tm6000/tm6000-core.c
> index d9cade0..2ae7ae0 100644
> --- a/drivers/staging/tm6000/tm6000-core.c
> +++ b/drivers/staging/tm6000/tm6000-core.c
> @@ -22,6 +22,7 @@
>  
>  #include <linux/module.h>
>  #include <linux/kernel.h>
> +#include <linux/slab.h>
>  #include <linux/usb.h>
>  #include <linux/i2c.h>
>  #include "tm6000.h"
> diff --git a/drivers/staging/tm6000/tm6000-dvb.c b/drivers/staging/tm6000/tm6000-dvb.c
> index 1072206..dfba5e6 100644
> --- a/drivers/staging/tm6000/tm6000-dvb.c
> +++ b/drivers/staging/tm6000/tm6000-dvb.c
> @@ -18,6 +18,7 @@
>   */
>  
>  #include <linux/kernel.h>
> +#include <linux/slab.h>
>  #include <linux/usb.h>
>  
>  #include "tm6000.h"
> -- 
> 1.6.4.2


-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

  reply	other threads:[~2010-04-03  1:36 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-29 17:52 [PATCHSET linux-next] update gfp/slab.h includes Tejun Heo
2010-03-29 17:52 ` [PATCH 01/17] sound: " Tejun Heo
2010-03-29 19:29   ` Takashi Iwai
2010-03-29 17:52 ` [PATCH 02/17] kdb: " Tejun Heo
2010-05-19 15:33   ` Stephen Rothwell
2010-05-19 15:50     ` Jason Wessel
2010-03-29 17:52 ` [PATCH 03/17] fsnotify: " Tejun Heo
2010-05-19 15:36   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 04/17] ocfs2: " Tejun Heo
2010-05-19 15:38   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 05/17] staging: " Tejun Heo
2010-04-03  1:36   ` Stephen Rothwell [this message]
2010-04-03  1:43     ` [PATCH 05a/17] v4l-dvb: " Stephen Rothwell
2010-05-20  1:48       ` Stephen Rothwell
2010-04-05  2:27     ` [PATCH 05/17] staging: " Tejun Heo
2010-03-29 17:52 ` [PATCH 06/17] vbus: " Tejun Heo
2010-03-31 11:51   ` Gregory Haskins
2010-03-31 11:51     ` Gregory Haskins
2010-05-19 15:42     ` Stephen Rothwell
2010-05-19 15:42       ` Stephen Rothwell
2010-05-19 16:56       ` Gregory Haskins
2010-05-19 16:56         ` Gregory Haskins
2010-05-19 20:31       ` Gregory Haskins
2010-05-19 20:31         ` Gregory Haskins
2010-03-29 17:52 ` [PATCH 07/17] usb: " Tejun Heo
2010-05-19 15:44   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 08/17] davinci: " Tejun Heo
2010-05-19 15:45   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 09/17] pcmcia: " Tejun Heo
2010-03-29 19:32   ` Dominik Brodowski
2010-03-29 23:31     ` Stephen Rothwell
2010-03-30  1:01       ` Tejun Heo
2010-03-30  6:36         ` Dominik Brodowski
2010-03-30  6:56           ` Dmitry Torokhov
2010-03-30  6:56             ` Dmitry Torokhov
2010-03-30  8:23             ` Stephen Rothwell
2010-03-30  6:56           ` Dmitry Torokhov
2010-03-30  8:22           ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 10/17] wireless: " Tejun Heo
2010-05-19  9:02   ` Stephen Rothwell
2010-05-19 14:45     ` John W. Linville
2010-05-19 15:28       ` Stephen Rothwell
2010-05-19 15:46         ` Tejun Heo
2010-05-19 16:31           ` Stephen Rothwell
2010-05-19 16:47             ` Tejun Heo
2010-05-19 15:50   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 11/17] mtd: " Tejun Heo
2010-05-19 15:51   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 12/17] mfd: " Tejun Heo
2010-04-02 10:12   ` Samuel Ortiz
2010-04-02 16:08     ` Mark Brown
2010-04-02 16:25       ` Samuel Ortiz
2010-04-03  0:07         ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 13/17] hid: " Tejun Heo
2010-03-29 22:34   ` Jiri Kosina
2010-03-30  0:19     ` Tejun Heo
2010-03-29 17:52 ` [PATCH 14/17] input: " Tejun Heo
2010-03-30  3:21   ` Stephen Rothwell
2010-03-30 12:17     ` Tejun Heo
2010-03-30 13:29       ` Tejun Heo
2010-03-30 13:43         ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 15/17] libata: " Tejun Heo
2010-03-29 20:14   ` Jeff Garzik
2010-03-30  0:19     ` Tejun Heo
2010-03-30 17:02   ` Jeff Garzik
2010-03-30 22:39     ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 16/17] acpi: " Tejun Heo
2010-05-19 15:54   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 17/17] arm: " Tejun Heo
2010-05-19 15:56   ` Stephen Rothwell
2010-05-19 17:56     ` Russell King - ARM Linux
2010-04-06  2:30 ` [PATCHSET linux-next] " Tejun Heo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100403123629.d1148066.sfr@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=mchehab@infradead.org \
    --cc=tj@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.