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

Commit 1596425f authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

kernel: ksysfs.c is implicitly using stat.h



With the module.h usage cleanup, we'll get this:

kernel/ksysfs.c:161: error: ‘S_IRUGO’ undeclared here (not in a function)
make[2]: *** [kernel/ksysfs.o] Error 1

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 967d1f90
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
#include <linux/init.h>
#include <linux/kexec.h>
#include <linux/profile.h>
#include <linux/stat.h>
#include <linux/sched.h>
#include <linux/capability.h>