Add dependency on linux, which is needed for proc/version.

This commit is contained in:
Dag-Erling Smørgrav 2000-12-13 20:19:06 +00:00
parent 4fea7a60e4
commit 315ab977dc

View File

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