summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw/ofw_cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/ofw/ofw_cpu.c')
-rw-r--r--sys/powerpc/ofw/ofw_cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/ofw/ofw_cpu.c b/sys/powerpc/ofw/ofw_cpu.c
index 6cc6484..e830e3e 100644
--- a/sys/powerpc/ofw/ofw_cpu.c
+++ b/sys/powerpc/ofw/ofw_cpu.c
@@ -74,7 +74,7 @@ static driver_t ofw_cpulist_driver = {
static devclass_t ofw_cpulist_devclass;
-DRIVER_MODULE(ofw_cpulist, nexus, ofw_cpulist_driver, ofw_cpulist_devclass,
+DRIVER_MODULE(ofw_cpulist, ofwbus, ofw_cpulist_driver, ofw_cpulist_devclass,
0, 0);
static int
OpenPOWER on IntegriCloud