summaryrefslogtreecommitdiffstats
path: root/sys/dev/si/si.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/si/si.c')
-rw-r--r--sys/dev/si/si.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 1de0aae..b51fe31 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -2756,13 +2756,3 @@ si_modulename(host_type, uart_type)
}
return("");
}
-
-static void
-si_drvinit(void *unused)
-{
-
- cdevsw_add(&si_cdevsw);
-}
-
-SYSINIT(sidev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,si_drvinit,NULL)
-
OpenPOWER on IntegriCloud