projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de380b5
)
staging/otus: include slab.h from usbdrv.h
author
Tejun Heo
<tj@kernel.org>
Mon, 5 Apr 2010 02:23:16 +0000
(11:23 +0900)
committer
Tejun Heo
<tj@kernel.org>
Mon, 5 Apr 2010 02:23:16 +0000
(11:23 +0900)
drivers/staging/otus/usbdrv.h users use slab facilities. Include
linux/slab.h from usbdrv.h.
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/staging/otus/usbdrv.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/otus/usbdrv.h
b/drivers/staging/otus/usbdrv.h
index 330d1b95cb889435670aa31d361a5204dbb242be..7e66c2d72a6913c6dbac5fe23d98d0458a479188 100644
(file)
--- 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"