commit | 1868f4aa5a4a72bbe0b7db6c1d4ee666824c3895 | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@austin.ibm.com> | Wed May 04 15:29:35 2005 -0500 |
committer | Dave Kleikamp <shaggy@austin.ibm.com> | Wed May 04 15:29:35 2005 -0500 |
tree | c3bfa2751dcc1d7adf16a6a96e5ad8cab76b6f76 | |
parent | 6b6bf51081a27e80334e7ebe2993ae1d046a3222 [diff] [blame] |
JFS: fix sparse warnings by moving extern declarations to headers Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
diff --git a/fs/jfs/jfs_inode.c b/fs/jfs/jfs_inode.c index 84f2459..2af5efb 100644 --- a/fs/jfs/jfs_inode.c +++ b/fs/jfs/jfs_inode.c
@@ -19,6 +19,7 @@ #include <linux/fs.h> #include <linux/quotaops.h> #include "jfs_incore.h" +#include "jfs_inode.h" #include "jfs_filsys.h" #include "jfs_imap.h" #include "jfs_dinode.h"