diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-09-27 12:01:01 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-09-27 12:01:01 +0000 |
| commit | 70cd7713375b9351501f68831aea1c52a7b9be47 (patch) | |
| tree | b97e31a4fdc3440a666206b469045b517017d25e /sys/kern/subr_devstat.c | |
| parent | 5da172697f8683ff3f14c9f13f5e7a78d93834a5 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_devstat.c')
| -rw-r--r-- | sys/kern/subr_devstat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 6a51745aa263..f33aeb03d40f 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -437,8 +437,6 @@ SYSCTL_INT(_kern_devstat, OID_AUTO, version, CTLFLAG_RD, static d_mmap_t devstat_mmap; static struct cdevsw devstat_cdevsw = { - .d_open = nullopen, - .d_close = nullclose, .d_mmap = devstat_mmap, .d_name = "devstat", }; |
