From be5dec03721814b8c3a937b01068a2c2d3e1910b Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 18 Apr 2001 01:37:00 +0000 Subject: [PATCH] remove kernel-only old init function prototype. --- include/xfs_fs.h | 10 ---------- 1 file changed, 10 deletions(-) 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 */ -- 2.47.2