mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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 <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3c2670e651
commit
c3a3042090
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
#include <linux/sched.h>
|
#include <linux/sched.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
#include <linux/kthread.h>
|
#include <linux/kthread.h>
|
||||||
|
#include "base.h"
|
||||||
|
|
||||||
static struct task_struct *thread;
|
static struct task_struct *thread;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue