diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/do_mounts_initrd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/do_mounts_initrd.c b/init/do_mounts_initrd.c index 919a80cb322e..2cfd7cb36e79 100644 --- a/init/do_mounts_initrd.c +++ b/init/do_mounts_initrd.c | |||
@@ -6,6 +6,7 @@ | |||
6 | #include <linux/romfs_fs.h> | 6 | #include <linux/romfs_fs.h> |
7 | #include <linux/initrd.h> | 7 | #include <linux/initrd.h> |
8 | #include <linux/sched.h> | 8 | #include <linux/sched.h> |
9 | #include <linux/freezer.h> | ||
9 | 10 | ||
10 | #include "do_mounts.h" | 11 | #include "do_mounts.h" |
11 | 12 | ||