Skip to content

Commit

Permalink
Include kernel.h from configfs.h
Browse files Browse the repository at this point in the history
configfs.h uses the container_of macro and as such should include kernel.h.

Signed-off-by: Ben Nizette <[email protected]>
Cc: Joel Becker <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Ben Nizette authored and Linus Torvalds committed Feb 15, 2008
1 parent 8943f26 commit 0778361
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/configfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

#ifdef __KERNEL__

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

0 comments on commit 0778361

Please sign in to comment.