summaryrefslogtreecommitdiffstats
path: root/sys/dev/scc/scc_bfe_macio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/scc/scc_bfe_macio.c')
-rw-r--r--sys/dev/scc/scc_bfe_macio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/scc/scc_bfe_macio.c b/sys/dev/scc/scc_bfe_macio.c
index 042788d..bdba908 100644
--- a/sys/dev/scc/scc_bfe_macio.c
+++ b/sys/dev/scc/scc_bfe_macio.c
@@ -90,4 +90,4 @@ static driver_t scc_macio_driver = {
sizeof(struct scc_softc),
};
-DRIVER_MODULE(scc, macio, scc_macio_driver, scc_devclass, 0, 0);
+DRIVER_MODULE(scc, macio, scc_macio_driver, scc_devclass, NULL, NULL);
OpenPOWER on IntegriCloud