]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
remove kernel-only old init function prototype.
authorNathan Scott <nathans@sgi.com>
Wed, 18 Apr 2001 01:37:00 +0000 (01:37 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 18 Apr 2001 01:37:00 +0000 (01:37 +0000)
include/xfs_fs.h

index 0a0a481c3213175896342fd4dd6588e73cbb3b4f..2f4a3dd45a5bcb825139b0d348bc9e325cc152a3 100644 (file)
@@ -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 */