Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3a30420 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3c2670e6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/kthread.h>
#include "base.h"

static struct task_struct *thread;