Remove the dependency on procfs since it isn't used.
Noticed by: des
This commit is contained in:
parent
432288dcb6
commit
0b1c233427
@ -63,7 +63,6 @@ The PCI device hierarchy node.
|
|||||||
.Xr mount 2 ,
|
.Xr mount 2 ,
|
||||||
.Xr unmount 2 ,
|
.Xr unmount 2 ,
|
||||||
.Xr linprocfs 5 ,
|
.Xr linprocfs 5 ,
|
||||||
.Xr procfs 5 ,
|
|
||||||
.Xr pseudofs 9
|
.Xr pseudofs 9
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
|
@ -71,7 +71,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include <compat/linux/linux_mib.h>
|
#include <compat/linux/linux_mib.h>
|
||||||
#include <compat/linux/linux_util.h>
|
#include <compat/linux/linux_util.h>
|
||||||
#include <fs/pseudofs/pseudofs.h>
|
#include <fs/pseudofs/pseudofs.h>
|
||||||
#include <fs/procfs/procfs.h>
|
|
||||||
|
|
||||||
struct scsi_host_queue {
|
struct scsi_host_queue {
|
||||||
TAILQ_ENTRY(scsi_host_queue) scsi_host_next;
|
TAILQ_ENTRY(scsi_host_queue) scsi_host_next;
|
||||||
@ -282,4 +281,3 @@ linsysfs_uninit(PFS_INIT_ARGS)
|
|||||||
|
|
||||||
PSEUDOFS(linsysfs, 1);
|
PSEUDOFS(linsysfs, 1);
|
||||||
MODULE_DEPEND(linsysfs, linux, 1, 1, 1);
|
MODULE_DEPEND(linsysfs, linux, 1, 1, 1);
|
||||||
MODULE_DEPEND(linsysfs, procfs, 1, 1, 1);
|
|
||||||
|
Loading…
Reference in New Issue
Block a user