summaryrefslogtreecommitdiff
path: root/sys/dev/video/fbdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/video/fbdev.c')
-rw-r--r--sys/dev/video/fbdev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/video/fbdev.c b/sys/dev/video/fbdev.c
index 6b1c6c8..f58a813 100644
--- a/sys/dev/video/fbdev.c
+++ b/sys/dev/video/fbdev.c
@@ -114,7 +114,6 @@ fbdev_init(void)
dev_register(major, dev, &fb_cdevsw);
devfs_create_entry(devname, major, dev, 0444);
-
/* Register control files */
ctl.mode = 0444;
ctlfs_create_node(devname, &ctl);