Skip to content

Commit

Permalink
[JFFS2] Self-sufficient #includes in jffs2_fs_i.h: include <linux/mut…
Browse files Browse the repository at this point in the history
…ex.h>

... instead of <linux/semaphore.h> which we don't need any more anyway.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Apr 22, 2008
1 parent ed8165c commit cf9d1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/jffs2/jffs2_fs_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <linux/version.h>
#include <linux/rbtree.h>
#include <linux/posix_acl.h>
#include <linux/semaphore.h>
#include <linux/mutex.h>

struct jffs2_inode_info {
/* We need an internal mutex similar to inode->i_mutex.
Expand Down

0 comments on commit cf9d1e4

Please sign in to comment.