summaryrefslogtreecommitdiffstats
path: root/sys/dev/powermac_nvram/powermac_nvram.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/powermac_nvram/powermac_nvram.c')
-rw-r--r--sys/dev/powermac_nvram/powermac_nvram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/powermac_nvram/powermac_nvram.c b/sys/dev/powermac_nvram/powermac_nvram.c
index 56dc929..53650e9 100644
--- a/sys/dev/powermac_nvram/powermac_nvram.c
+++ b/sys/dev/powermac_nvram/powermac_nvram.c
@@ -84,7 +84,7 @@ static driver_t powermac_nvram_driver = {
static devclass_t powermac_nvram_devclass;
-DRIVER_MODULE(powermac_nvram, nexus, powermac_nvram_driver, powermac_nvram_devclass, 0, 0);
+DRIVER_MODULE(powermac_nvram, ofwbus, powermac_nvram_driver, powermac_nvram_devclass, 0, 0);
/*
* Cdev methods.
OpenPOWER on IntegriCloud