From: Greg Kroah-Hartman Date: Wed, 10 Apr 2013 16:00:15 +0000 (-0700) Subject: devtmpfs: add base.h include X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c3a30420902de10bcc4c8474766cb5f97f4c4dfc;p=deliverable%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 fda52563677f..aadf6472428f 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;