--- filesystems.c~ Wed Apr 18 02:23:12 2001 +++ filesystems.c Sat Apr 28 13:42:34 2001 @@ -12,6 +12,11 @@ #include #include #include +#include + +#ifdef CONFIG_IMON +extern int init_imon(void) __init; +#endif #if defined(CONFIG_NFSD_MODULE) struct nfsd_linkage *nfsd_linkage = NULL; @@ -38,3 +43,7 @@ return -ENOSYS; } #endif /* CONFIG_NFSD */ + +#ifdef CONFIG_IMON + int init_imon(); +#endif