diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c index 8a36ca458d54..7c76951d444e 100644 --- a/sys/pc98/pc98/npx.c +++ b/sys/pc98/pc98/npx.c @@ -1105,3 +1105,4 @@ DRIVER_MODULE(npxisa, isa, npxisa_driver, npxisa_devclass, 0, 0); #ifndef PC98 DRIVER_MODULE(npxisa, acpi, npxisa_driver, npxisa_devclass, 0, 0); #endif + diff --git a/sys/pc98/pc98/spkr.c b/sys/pc98/pc98/spkr.c index b38449ce98c5..7b8f4b25818f 100644 --- a/sys/pc98/pc98/spkr.c +++ b/sys/pc98/pc98/spkr.c @@ -674,4 +674,5 @@ DRIVER_MODULE(atspeaker, isa, atspeaker_driver, atspeaker_devclass, 0, 0); #ifndef PC98 DRIVER_MODULE(atspeaker, acpi, atspeaker_driver, atspeaker_devclass, 0, 0); #endif + /* spkr.c ends here */