diff options
author | Tejun Heo <tj@kernel.org> | 2010-05-20 01:44:20 +1000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 13:21:50 -0700 |
commit | c4d80b7d5220a65cc4e26173d99d4750895f3e64 (patch) | |
tree | 9eb19aa3c6ae5b92c315ebf934aba22d8b8016d4 | |
parent | c1aa075acb696c374613fded0380c7ad8a96ebf5 (diff) | |
download | linux-3.10-c4d80b7d5220a65cc4e26173d99d4750895f3e64.tar.gz linux-3.10-c4d80b7d5220a65cc4e26173d99d4750895f3e64.tar.bz2 linux-3.10-c4d80b7d5220a65cc4e26173d99d4750895f3e64.zip |
usb: musb: update gfp/slab.h includes
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/usb/musb/musb_debugfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_debugfs.c b/drivers/usb/musb/musb_debugfs.c index 7768634a757..bba76af0c0c 100644 --- a/drivers/usb/musb/musb_debugfs.c +++ b/drivers/usb/musb/musb_debugfs.c @@ -34,7 +34,6 @@ #include <linux/module.h> #include <linux/kernel.h> #include <linux/sched.h> -#include <linux/slab.h> #include <linux/init.h> #include <linux/list.h> #include <linux/kobject.h> |