aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_imap.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_imap.h')
-rw-r--r--fs/xfs/xfs_imap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_imap.h b/fs/xfs/xfs_imap.h
index d3645000398..f9ce62890ea 100644
--- a/fs/xfs/xfs_imap.h
+++ b/fs/xfs/xfs_imap.h
@@ -30,11 +30,9 @@ typedef struct xfs_imap {
ushort im_boffset; /* inode offset in block in bytes */
} xfs_imap_t;
-#ifdef __KERNEL__
struct xfs_mount;
struct xfs_trans;
int xfs_imap(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
xfs_imap_t *, uint);
-#endif
#endif /* __XFS_IMAP_H__ */