diff options
| author | David Woodhouse <dwmw2@shinybook.infradead.org> | 2004-11-16 17:45:47 +0000 |
|---|---|---|
| committer | David Woodhouse <dwmw2@shinybook.infradead.org> | 2004-11-16 17:45:47 +0000 |
| commit | d8225be03c2605158f888c0b66643577b985e489 (patch) | |
| tree | 61d15caa6233326f8bf6d25157b523d4ad7f9f86 /include/linux | |
| parent | c46cb141b62144f09d4e85f43f86564941876d8f (diff) | |
JFFS2: jffs2_fs_i.h needs <asm/semaphore.h>
... and should include it directly rather than hoping it's been done.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/jffs2_fs_i.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/jffs2_fs_i.h b/include/linux/jffs2_fs_i.h index 14743de6cf59..6dbb1cce6646 100644 --- a/include/linux/jffs2_fs_i.h +++ b/include/linux/jffs2_fs_i.h @@ -1,10 +1,11 @@ -/* $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 #define _JFFS2_FS_I #include <linux/version.h> #include <linux/rbtree.h> +#include <asm/semaphore.h> struct jffs2_inode_info { /* We need an internal semaphore similar to inode->i_sem. |
