diff options
author | Tejun Heo <tj@kernel.org> | 2010-04-04 22:23:16 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2010-04-04 22:23:16 -0400 |
commit | a4ab2773205e8b94c18625455f85e3b6bb9d7ad6 (patch) | |
tree | a21c75f0b94062f42b644c8e95e31d590430c8fc | |
parent | de380b55f92986c1a84198149cb71b7228d15fbd (diff) |
staging/otus: include slab.h from usbdrv.h
drivers/staging/otus/usbdrv.h users use slab facilities. Include
linux/slab.h from usbdrv.h.
Signed-off-by: Tejun Heo <tj@kernel.org>
-rw-r--r-- | drivers/staging/otus/usbdrv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/otus/usbdrv.h b/drivers/staging/otus/usbdrv.h index 330d1b95cb88..7e66c2d72a69 100644 --- a/drivers/staging/otus/usbdrv.h +++ b/drivers/staging/otus/usbdrv.h | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <linux/uaccess.h> | 38 | #include <linux/uaccess.h> |
39 | #include <linux/wireless.h> | 39 | #include <linux/wireless.h> |
40 | #include <linux/if_arp.h> | 40 | #include <linux/if_arp.h> |
41 | #include <linux/slab.h> | ||
41 | #include <linux/io.h> | 42 | #include <linux/io.h> |
42 | 43 | ||
43 | #include "zdcompat.h" | 44 | #include "zdcompat.h" |