MFi386: cosmetic changes.

This commit is contained in:
nyan 2001-09-16 05:34:05 +00:00
parent 4fef05d4c2
commit 188728064c
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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 */