Add a dependency on procfs.

This commit is contained in:
Dag-Erling Smørgrav 2000-12-09 16:20:35 +00:00
parent 3d5000784d
commit 8b5a844af9
2 changed files with 2 additions and 0 deletions

View File

@ -178,3 +178,4 @@ static struct vfsops linprocfs_vfsops = {
}; };
VFS_SET(linprocfs_vfsops, linprocfs, VFCF_SYNTHETIC); VFS_SET(linprocfs_vfsops, linprocfs, VFCF_SYNTHETIC);
MODULE_DEPEND(linprocfs, procfs, 1, 1, 1);

View File

@ -178,3 +178,4 @@ static struct vfsops linprocfs_vfsops = {
}; };
VFS_SET(linprocfs_vfsops, linprocfs, VFCF_SYNTHETIC); VFS_SET(linprocfs_vfsops, linprocfs, VFCF_SYNTHETIC);
MODULE_DEPEND(linprocfs, procfs, 1, 1, 1);