Commit d8225be0 authored by David Woodhouse's avatar David Woodhouse

JFFS2: jffs2_fs_i.h needs <asm/semaphore.h>

... and should include it directly rather than hoping it's been done.
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent c46cb141
/* $Id: jffs2_fs_i.h,v 1.16 2003/01/09 14:03:21 dwmw2 Exp $ */ /* $Id: jffs2_fs_i.h,v 1.17 2004/11/11 23:51:27 dwmw2 Exp $ */
#ifndef _JFFS2_FS_I #ifndef _JFFS2_FS_I
#define _JFFS2_FS_I #define _JFFS2_FS_I
#include <linux/version.h> #include <linux/version.h>
#include <linux/rbtree.h> #include <linux/rbtree.h>
#include <asm/semaphore.h>
struct jffs2_inode_info { struct jffs2_inode_info {
/* We need an internal semaphore similar to inode->i_sem. /* We need an internal semaphore similar to inode->i_sem.
......
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