diff options
Diffstat (limited to 'drivers/mtd/tests/mtd_readtest.c')
| -rw-r--r-- | drivers/mtd/tests/mtd_readtest.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/tests/mtd_readtest.c b/drivers/mtd/tests/mtd_readtest.c index 25c5dd03a83..7107fccbc7d 100644 --- a/drivers/mtd/tests/mtd_readtest.c +++ b/drivers/mtd/tests/mtd_readtest.c @@ -24,6 +24,7 @@  #include <linux/moduleparam.h>  #include <linux/err.h>  #include <linux/mtd/mtd.h> +#include <linux/slab.h>  #include <linux/sched.h>  #define PRINT_PREF KERN_INFO "mtd_readtest: "  |