diff options
Diffstat (limited to 'fs/partitions')
| -rw-r--r-- | fs/partitions/check.c | 1 | ||||
| -rw-r--r-- | fs/partitions/efi.c | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/fs/partitions/check.c b/fs/partitions/check.c index e8865c11777..e238ab23a9e 100644 --- a/fs/partitions/check.c +++ b/fs/partitions/check.c @@ -16,6 +16,7 @@  #include <linux/init.h>  #include <linux/module.h>  #include <linux/fs.h> +#include <linux/slab.h>  #include <linux/kmod.h>  #include <linux/ctype.h>  #include <linux/genhd.h> diff --git a/fs/partitions/efi.c b/fs/partitions/efi.c index 49cfd5f5423..91babdae758 100644 --- a/fs/partitions/efi.c +++ b/fs/partitions/efi.c @@ -95,6 +95,7 @@   ************************************************************/  #include <linux/crc32.h>  #include <linux/math64.h> +#include <linux/slab.h>  #include "check.h"  #include "efi.h"  |