Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cc8fef4 authored by Nathan Scott's avatar Nathan Scott
Browse files

[XFS] Fix compiler warning from xfs_file_compat_invis_ioctl prototype.



SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:25509a

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent b2fc6ad0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,6 +19,6 @@
#define __XFS_IOCTL32_H__
#define __XFS_IOCTL32_H__


extern long xfs_file_compat_ioctl(struct file *, unsigned, unsigned long);
extern long xfs_file_compat_ioctl(struct file *, unsigned, unsigned long);
extern long xfs_file_compat_invis_ioctl(struct file *, unsigned, unsigned);
extern long xfs_file_compat_invis_ioctl(struct file *, unsigned, unsigned long);


#endif /* __XFS_IOCTL32_H__ */
#endif /* __XFS_IOCTL32_H__ */