diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-10 09:00:15 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-04-10 09:00:15 -0700 |
commit | c3a30420902de10bcc4c8474766cb5f97f4c4dfc (patch) | |
tree | 2948faf74aedda75be8f1b5149b0d9e79513c8e1 /drivers/base | |
parent | 3c2670e6515cf584810f417db9b00992c8b2d75a (diff) | |
download | linux-c3a30420902de10bcc4c8474766cb5f97f4c4dfc.tar.bz2 |
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>
Diffstat (limited to 'drivers/base')
-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 @@ #include <linux/sched.h> #include <linux/slab.h> #include <linux/kthread.h> +#include "base.h" static struct task_struct *thread; |