diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-10 12:00:15 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-10 12:00:15 -0400 |
commit | c3a30420902de10bcc4c8474766cb5f97f4c4dfc (patch) | |
tree | 2948faf74aedda75be8f1b5149b0d9e79513c8e1 | |
parent | 3c2670e6515cf584810f417db9b00992c8b2d75a (diff) |
devtmpfs: add base.h include
This fixes a sparse warning, and is a good idea given that the
devtmpfs_init() prototype is in this file.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 | ||