From: Tejun Heo <tj@kernel.org>
To: sfr@canb.auug.org.au, linux-next@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: Tejun Heo <tj@kernel.org>, Jiri Kosina <jkosina@suse.cz>
Subject: [PATCH 13/17] hid: update gfp/slab.h includes
Date: Tue, 30 Mar 2010 02:52:41 +0900 [thread overview]
Message-ID: <1269885165-18617-14-git-send-email-tj@kernel.org> (raw)
In-Reply-To: <1269885165-18617-1-git-send-email-tj@kernel.org>
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: Jiri Kosina <jkosina@suse.cz>
---
drivers/hid/hid-roccat-kone.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/hid/hid-roccat-kone.c b/drivers/hid/hid-roccat-kone.c
index 2b1412e..7b11784 100644
--- a/drivers/hid/hid-roccat-kone.c
+++ b/drivers/hid/hid-roccat-kone.c
@@ -35,6 +35,7 @@
#include <linux/hid.h>
#include <linux/usb.h>
#include <linux/module.h>
+#include <linux/slab.h>
#include "hid-ids.h"
#include "hid-roccat-kone.h"
--
1.6.4.2
next prev parent reply other threads:[~2010-03-29 17:52 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 ` Tejun Heo [this message]
2010-03-29 22:34 ` [PATCH 13/17] hid: " 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=1269885165-18617-14-git-send-email-tj@kernel.org \
--to=tj@kernel.org \
--cc=jkosina@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).