diff --git a/sys/riscv/riscv/soc.c b/sys/riscv/riscv/soc.c index c470417eaddced..52d9c64a03deee 100644 --- a/sys/riscv/riscv/soc.c +++ b/sys/riscv/riscv/soc.c @@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$"); #include struct soc_softc { + struct simplebus_softc simplebus_sc; device_t dev; };