From: Nathan Scott Date: Wed, 18 Apr 2001 01:37:00 +0000 (+0000) Subject: remove kernel-only old init function prototype. X-Git-Tag: Release-1_0_0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be5dec03721814b8c3a937b01068a2c2d3e1910b;p=thirdparty%2Fxfsprogs-dev.git remove kernel-only old init function prototype. --- diff --git a/include/xfs_fs.h b/include/xfs_fs.h index 0a0a481c3..2f4a3dd45 100644 --- a/include/xfs_fs.h +++ b/include/xfs_fs.h @@ -480,14 +480,4 @@ typedef struct xfs_handle { #define SEEKLIMIT 0x7fffffffffffffffLL #define BBSEEKLIMIT OFFTOBBT(SEEKLIMIT) - -#ifdef __KERNEL__ - -/* - * Function prototypes - */ -extern int init_xfs_fs(void); - -#endif /* __KERNEL__ */ - #endif /* _LINUX_XFS_FS_H */