Add dependency on linux, which is needed for proc/version.
This commit is contained in:
parent
4fea7a60e4
commit
315ab977dc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user