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

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
......@@ -37,6 +37,7 @@
#ifdef __KERNEL__
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/list.h>
#include <linux/kref.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment