diff options
Diffstat (limited to 'fs/xfs/xfs_imap.h')
-rw-r--r-- | fs/xfs/xfs_imap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_imap.h b/fs/xfs/xfs_imap.h index d36450003983..f9ce62890ea5 100644 --- a/fs/xfs/xfs_imap.h +++ b/fs/xfs/xfs_imap.h | |||
@@ -30,11 +30,9 @@ typedef struct xfs_imap { | |||
30 | ushort im_boffset; /* inode offset in block in bytes */ | 30 | ushort im_boffset; /* inode offset in block in bytes */ |
31 | } xfs_imap_t; | 31 | } xfs_imap_t; |
32 | 32 | ||
33 | #ifdef __KERNEL__ | ||
34 | struct xfs_mount; | 33 | struct xfs_mount; |
35 | struct xfs_trans; | 34 | struct xfs_trans; |
36 | int xfs_imap(struct xfs_mount *, struct xfs_trans *, xfs_ino_t, | 35 | int xfs_imap(struct xfs_mount *, struct xfs_trans *, xfs_ino_t, |
37 | xfs_imap_t *, uint); | 36 | xfs_imap_t *, uint); |
38 | #endif | ||
39 | 37 | ||
40 | #endif /* __XFS_IMAP_H__ */ | 38 | #endif /* __XFS_IMAP_H__ */ |