From: Greg Kroah-Hartman Date: Wed, 10 Apr 2013 16:00:15 +0000 (-0700) Subject: devtmpfs: add base.h include X-Git-Tag: v3.10-rc1~193^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3a30420902de10bcc4c8474766cb5f97f4c4dfc;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/drivers/base/devtmpfs.c b/drivers/base/devtmpfs.c index fda52563677f8..aadf6472428fd 100644 --- a/drivers/base/devtmpfs.c +++ b/drivers/base/devtmpfs.c @@ -24,6 +24,7 @@ #include #include #include +#include "base.h" static struct task_struct *thread;