diff options
Diffstat (limited to 'fs/ncpfs/mmap.c')
| -rw-r--r-- | fs/ncpfs/mmap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ncpfs/mmap.c b/fs/ncpfs/mmap.c index 15458decdb8..56f5b3a0e1e 100644 --- a/fs/ncpfs/mmap.c +++ b/fs/ncpfs/mmap.c @@ -9,12 +9,12 @@  #include <linux/stat.h>  #include <linux/time.h>  #include <linux/kernel.h> +#include <linux/gfp.h>  #include <linux/mm.h>  #include <linux/shm.h>  #include <linux/errno.h>  #include <linux/mman.h>  #include <linux/string.h> -#include <linux/slab.h>  #include <linux/fcntl.h>  #include <linux/ncp_fs.h>  |