diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/fdt/fdt_subr.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/fdt/fdt_subr.c b/sys/dev/fdt/fdt_subr.c index 328edf73789..60a6f02428b 100644 --- a/sys/dev/fdt/fdt_subr.c +++ b/sys/dev/fdt/fdt_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: fdt_subr.c,v 1.35 2020/02/24 12:38:57 rin Exp $ */ +/* $NetBSD: fdt_subr.c,v 1.36 2020/03/08 08:26:54 skrll Exp $ */ /*- * Copyright (c) 2015 Jared D. McNeill <jmcneill@invisible.ca> @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: fdt_subr.c,v 1.35 2020/02/24 12:38:57 rin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: fdt_subr.c,v 1.36 2020/03/08 08:26:54 skrll Exp $"); #include "opt_fdt.h" @@ -52,9 +52,6 @@ fdtbus_init(const void *data) } fdt_data = data; - /* Now that we have a FDT blob, initialize other bits that need it. */ - fdtbus_intr_init(); - return true; } |
