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,
Dmitry Torokhov <dmitry.torokhov@gmail•com>
Subject: Re: [PATCH 14/17] input: update gfp/slab.h includes
Date: Tue, 30 Mar 2010 14:21:48 +1100 [thread overview]
Message-ID: <20100330142148.2ac3fc0e.sfr@canb.auug.org.au> (raw)
In-Reply-To: <1269885165-18617-15-git-send-email-tj@kernel.org>
[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]
Hi Tejun,
On Tue, 30 Mar 2010 02:52:42 +0900 Tejun Heo <tj@kernel•org> 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: Dmitry Torokhov <dmitry.torokhov@gmail•com>
> ---
> drivers/char/sysrq.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/char/sysrq.c b/drivers/char/sysrq.c
> index 532c56c..593562d 100644
> --- a/drivers/char/sysrq.c
> +++ b/drivers/char/sysrq.c
> @@ -41,7 +41,7 @@
> #include <linux/hrtimer.h>
> #include <linux/oom.h>
> #include <linux/input.h>
> -#include <linux/gfp.h>
> +#include <linux/slab.h>
>
> #include <asm/ptrace.h>
> #include <asm/irq_regs.h>
This patch does not apply to the input tree. That tree does not have the
#include <linux/gfp.h>
line (your tree (slabh) adds that later in the linux-next cycle).
--
Cheers,
Stephen Rothwell sfr@canb•auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2010-03-30 3:21 UTC|newest]
Thread overview: 66+ 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
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-05-19 15:42 ` Stephen Rothwell
2010-05-19 16:56 ` 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 8:23 ` Stephen Rothwell
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 [this message]
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=20100330142148.2ac3fc0e.sfr@canb.auug.org.au \
--to=sfr@canb$(echo .)auug.org.au \
--cc=dmitry.torokhov@gmail$(echo .)com \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=tj@kernel$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox