diff options
Diffstat (limited to 'src/sys/io/video')
-rw-r--r-- | src/sys/io/video/fbdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/io/video/fbdev.c b/src/sys/io/video/fbdev.c index 9ebad7a..ce8c073 100644 --- a/src/sys/io/video/fbdev.c +++ b/src/sys/io/video/fbdev.c @@ -126,7 +126,7 @@ fbdev_init(struct module *modp) } obj->data = &info; - return ns_obj_enter(0, obj, FBDEV_NSO); + return ns_obj_enter(NS_IOTAP, obj, FBDEV_NSO); } static struct mac_ops ops = { |