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/dev/md/md.c | |
| parent | 5da172697f8683ff3f14c9f13f5e7a78d93834a5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/md/md.c')
| -rw-r--r-- | sys/dev/md/md.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index d79a4accc40b..58090ff97166 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -116,8 +116,6 @@ static dev_t status_dev = 0; static d_ioctl_t mdctlioctl; static struct cdevsw mdctl_cdevsw = { - .d_open = nullopen, - .d_close = nullclose, .d_ioctl = mdctlioctl, .d_name = MD_NAME, .d_maj = CDEV_MAJOR |
