diff options
author | Wanlong Gao <gaowanlong@cn.fujitsu.com> | 2011-08-03 11:17:36 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-03 16:44:38 +0200 |
commit | f8d73aa362cec89e3379bdcdae54cc46e0a6b34d (patch) | |
tree | 1a2ef29a97798c0a4a206c1723e254b0594c731f /drivers | |
parent | staging: zcache: include module.h for MODULE_LICENSE (diff) | |
download | linux-f8d73aa362cec89e3379bdcdae54cc46e0a6b34d.tar.xz linux-f8d73aa362cec89e3379bdcdae54cc46e0a6b34d.zip |
drivers:staging:solo6x10:add the missed slab.h
Add the missed linux/slab.h to solo6x10.h.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/solo6x10/solo6x10.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/solo6x10/solo6x10.h b/drivers/staging/solo6x10/solo6x10.h index 17c06bd6cc91..abee7213202f 100644 --- a/drivers/staging/solo6x10/solo6x10.h +++ b/drivers/staging/solo6x10/solo6x10.h @@ -28,6 +28,7 @@ #include <linux/list.h> #include <linux/wait.h> #include <linux/delay.h> +#include <linux/slab.h> #include <asm/io.h> #include <linux/atomic.h> #include <linux/videodev2.h> |