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

Commit 07783618 authored by Ben Nizette's avatar Ben Nizette Committed by Linus Torvalds
Browse files

Include kernel.h from configfs.h



configfs.h uses the container_of macro and as such should include kernel.h.

Signed-off-by: default avatarBen Nizette <bn@niasdigital.com>
Cc: Joel Becker <Joel.Becker@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8943f268
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@

#ifdef __KERNEL__

#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/list.h>
#include <linux/kref.h>