Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1
+1
drivers/base/devtmpfs.c
··· 24 24 #include <linux/sched.h> 25 25 #include <linux/slab.h> 26 26 #include <linux/kthread.h> 27 + #include "base.h" 27 28 28 29 static struct task_struct *thread; 29 30