summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/io/iodev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/io/iodev.c b/sys/dev/io/iodev.c
index 7c7ee9c..8c2cebd 100644
--- a/sys/dev/io/iodev.c
+++ b/sys/dev/io/iodev.c
@@ -52,7 +52,6 @@ static struct cdev *iodev;
static struct cdevsw io_cdevsw = {
.d_version = D_VERSION,
- .d_flags = D_NEEDGIANT,
.d_open = ioopen,
.d_close = ioclose,
.d_name = "io",
OpenPOWER on IntegriCloud