From: Greg Kroah-Hartman Date: Wed, 10 Apr 2013 16:00:15 +0000 (-0700) Subject: devtmpfs: add base.h include X-Git-Tag: firefly_0821_release~3680^2~675^2~4 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c3a30420902de10bcc4c8474766cb5f97f4c4dfc;p=firefly-linux-kernel-4.4.55.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;