From: Stephen Rothwell Date: Tue, 24 Jan 2012 00:41:32 +0000 (+1100) Subject: migrate_mode.h is not exported to user mode X-Git-Tag: firefly_0821_release~3680^2~3645 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c1aab02dac690af7ff634d8e1cb3be6a04387eef;p=firefly-linux-kernel-4.4.55.git migrate_mode.h is not exported to user mode so move its include into fs.h inside the __KERNEL__ protection. Signed-off-by: Stephen Rothwell Signed-off-by: Linus Torvalds --- diff --git a/include/linux/fs.h b/include/linux/fs.h index 4b3a41fe22bf..386da09f229d 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -10,7 +10,6 @@ #include #include #include -#include /* * It's silly to have NR_OPEN bigger than NR_FILE, but you can change @@ -397,6 +396,7 @@ struct inodes_stat_t { #include #include #include +#include #include