Skip to content
Snippets Groups Projects
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
Branches
Tags
No related merge requests found
......@@ -24,6 +24,7 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/kthread.h>
#include "base.h"
static struct task_struct *thread;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment