diff options
-rw-r--r-- | drivers/base/devtmpfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/devtmpfs.c b/drivers/base/devtmpfs.c index fda52563677f..aadf6472428f 100644 --- a/drivers/base/devtmpfs.c +++ b/drivers/base/devtmpfs.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/sched.h> | 24 | #include <linux/sched.h> |
25 | #include <linux/slab.h> | 25 | #include <linux/slab.h> |
26 | #include <linux/kthread.h> | 26 | #include <linux/kthread.h> |
27 | #include "base.h" | ||
27 | 28 | ||
28 | static struct task_struct *thread; | 29 | static struct task_struct *thread; |
29 | 30 | ||